diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,19 +4,17 @@ Pyramid TODOs Before Release -------------- -- Consider per-form_id CSRF instead of per-session global CSRF token. - - https://github.com/Pylons/pyramid/issues#issue/67 (fixing would make it possible to render a static site from a static dir). - Change "Cleaning up After a Request" in the urldispatch chapter to use ``request.add_response_callback``. -- ``repoze.retry`` in ZODB template. - Should-Have ----------- +- Consider per-form_id CSRF instead of per-session global CSRF token. + - I18N support for pyramid_jinja2. See also - http://groups.google.com/group/pylons-devel/msg/ab58353594b135c9 and https://github.com/Pylons/pyramid_jinja2/pull/14 |
