summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index dd2947477..63f0414aa 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -37,6 +37,9 @@ Should-Have
Nice-to-Have
------------
+- Response.RequestClass should probably be pyramid.request.Request but this
+ may imply actually subclassing webob.Response
+
- Consider per-form_id CSRF instead of per-session global CSRF token.
- Better "Extending" chapter.