diff options
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,9 +44,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')") -- Fix misleading conflict error reports for static views ala - http://cluebin.appspot.com/pasted/7242843 - - Document ``add_directive``. - Add example for ``__action_decorator__`` to pyramid_handler docs. @@ -56,6 +53,9 @@ Must-Have (before 1.0) Should-Have ----------- +- Fix misleading conflict error reports for static views ala + http://cluebin.appspot.com/pasted/7242843 + - Nicer Mako exceptions in WebError. - Consider adding a default exception view for HTTPException and attendant |
