From 14e91bfd4af61251853b73aad33ff47c237339aa Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 19 Jan 2011 22:27:06 -0500 Subject: - Added "Adding Methods to the Configurator via ``add_directive``" section to Advanced Configuration narrative chapter. --- TODO.txt | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 5b78e2a74..80e700c00 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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: : object of type 'NoneType' has no len() in: ('reversed.py', 14, '', "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 -- cgit v1.2.3