diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-19 22:27:06 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-19 22:27:06 -0500 |
| commit | 14e91bfd4af61251853b73aad33ff47c237339aa (patch) | |
| tree | 5173e4c9af949977b7b42dc826c8b059b5cf7740 /TODO.txt | |
| parent | 5f47801ae33d89a0ac87d9d227639d60aed23ff1 (diff) | |
| download | pyramid-14e91bfd4af61251853b73aad33ff47c237339aa.tar.gz pyramid-14e91bfd4af61251853b73aad33ff47c237339aa.tar.bz2 pyramid-14e91bfd4af61251853b73aad33ff47c237339aa.zip | |
- Added "Adding Methods to the Configurator via ``add_directive``" section to
Advanced Configuration narrative chapter.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -22,6 +22,13 @@ Must-Have (before 1.0) - Add docs for ``route_path`` and ``route_url``, etc to Request API docs (see also https://github.com/Pylons/pyramid/issues#issue/19). +- Add example for ``__action_decorator__`` to pyramid_handler docs. + +- Figure out what to do with "Forms" chapter in narr docs. + +Should-Have +----------- + - Reversing (context, request) in function view callable arglist produces incomprehensible traceback:: @@ -42,15 +49,6 @@ Must-Have (before 1.0) zope.configuration.config.ConfigurationExecutionError: <type 'exceptions.TypeError'>: object of type 'NoneType' has no len() in: ('reversed.py', 14, '<module>', "c.add_view(aview, renderer='__main__:foo.pt')") -- Document ``add_directive``. - -- Add example for ``__action_decorator__`` to pyramid_handler docs. - -- Figure out what to do with "Forms" chapter in narr docs. - -Should-Have ------------ - - Fix misleading conflict error reports for static views ala http://cluebin.appspot.com/pasted/7242843 |
