summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 0bf20a7e0..e7f961621 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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