From 9afa52f0783d77b19e6ff0a509c5d556950a8a46 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 29 Jan 2011 02:34:40 -0500 Subject: - Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB templates (retry ZODB conflict errors which occur in normal operations). --- TODO.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TODO.txt') 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 -- cgit v1.2.3