From af71c25e5130add0d4148b94f3a0fbffe4a424da Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 10 Apr 2011 16:48:16 -0400 Subject: gardening --- TODO.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index d8e6dcdac..aa109c93a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -9,8 +9,6 @@ Should-Have - https://github.com/Pylons/pyramid/issues#issue/67 (fixing would make it possible to render a static site from a static dir). -- Consider per-form_id CSRF instead of per-session global CSRF token. - - Speed up startup time (defer _bootstrap and registerCommonDirectives() until needed by ZCML, as well as unfound speedups). @@ -32,9 +30,13 @@ Should-Have - Provide a response_set_cookie method on the request for rendered responses that can be used as input to response.set_cookie? +- Fix message catalog extraction / compilation documentation. + Nice-to-Have ------------ +- Consider per-form_id CSRF instead of per-session global CSRF token. + - Better "Extending" chapter. - Try to make test suite pass on IronPython. @@ -55,8 +57,6 @@ Nice-to-Have - Basic WSGI documentation (pipeline / app / server). -- Fix message catalog extraction / compilation documentation. - - Change docs about creating a venusian decorator to not use ZCA. - Try to better explain the relationship between a renderer and a -- cgit v1.2.3