diff options
| -rw-r--r-- | TODO.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Must-Have (before 1.0) - Narrative docs for ``Configurator.include`` and ``Configurator.commit``. +- Fix session behavior: when a Forbidden/NotFound hander is invoked, we'd + like to allow people to save the session (currently when the response has + an exception attribute, the session is tossed unconditionally). + - Provide a .flash API on session object. - Use ``@register_view`` instead of ``@view_config`` and change view docs to |
