diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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. |
