summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorJuliusz Gonera <jgonera@gmail.com>2011-04-19 11:29:40 +0200
committerJuliusz Gonera <jgonera@gmail.com>2011-04-19 11:29:40 +0200
commite099a08f680c96afb931842ed15003626611dd7a (patch)
treeabe55237dee442ef43edd4c7886f7cec570ba7f4 /TODO.txt
parente39ddf10c908d176915da23a6bd209e46815d3c0 (diff)
parent6717ccbcd7f481e2a15c4ba318ccf6d63a1b7649 (diff)
downloadpyramid-e099a08f680c96afb931842ed15003626611dd7a.tar.gz
pyramid-e099a08f680c96afb931842ed15003626611dd7a.tar.bz2
pyramid-e099a08f680c96afb931842ed15003626611dd7a.zip
Merge branch 'master' of git://github.com/Pylons/pyramid
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index d5d676d21..eccfb34ed 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -24,11 +24,6 @@ Should-Have
- translationdir ZCML directive use of ``path_spec`` should maybe die.
-- Provide a response_set_cookie method on the request for rendered responses
- that can be used as input to response.set_cookie? Or maybe accessing
- ``request.response`` creates a Response, and you do
- ``request.response.set_cookie(...)``.
-
- Fix message catalog extraction / compilation documentation.
- Review http://alexmarandon.com/articles/zodb_bfg_pyramid_notes .
@@ -36,6 +31,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.