diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-29 02:34:40 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-29 02:34:40 -0500 |
| commit | 9afa52f0783d77b19e6ff0a509c5d556950a8a46 (patch) | |
| tree | f140a2fc3f6eb3792c9b7bb851a63b39de567ab6 /TODO.txt | |
| parent | a936df49ac018656df417b5a76bf04b620cfcdc9 (diff) | |
| download | pyramid-9afa52f0783d77b19e6ff0a509c5d556950a8a46.tar.gz pyramid-9afa52f0783d77b19e6ff0a509c5d556950a8a46.tar.bz2 pyramid-9afa52f0783d77b19e6ff0a509c5d556950a8a46.zip | |
- Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB
templates (retry ZODB conflict errors which occur in normal operations).
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 |
