summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-29 02:34:40 -0500
committerChris McDonough <chrism@plope.com>2011-01-29 02:34:40 -0500
commit9afa52f0783d77b19e6ff0a509c5d556950a8a46 (patch)
treef140a2fc3f6eb3792c9b7bb851a63b39de567ab6 /TODO.txt
parenta936df49ac018656df417b5a76bf04b620cfcdc9 (diff)
downloadpyramid-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.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 6c9696fc0..750bbf56f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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