summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index d8e6dcdac..aa109c93a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -9,8 +9,6 @@ Should-Have
- https://github.com/Pylons/pyramid/issues#issue/67 (fixing would make it
possible to render a static site from a static dir).
-- Consider per-form_id CSRF instead of per-session global CSRF token.
-
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
until needed by ZCML, as well as unfound speedups).
@@ -32,9 +30,13 @@ Should-Have
- Provide a response_set_cookie method on the request for rendered responses
that can be used as input to response.set_cookie?
+- Fix message catalog extraction / compilation documentation.
+
Nice-to-Have
------------
+- Consider per-form_id CSRF instead of per-session global CSRF token.
+
- Better "Extending" chapter.
- Try to make test suite pass on IronPython.
@@ -55,8 +57,6 @@ Nice-to-Have
- Basic WSGI documentation (pipeline / app / server).
-- Fix message catalog extraction / compilation documentation.
-
- Change docs about creating a venusian decorator to not use ZCA.
- Try to better explain the relationship between a renderer and a