diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-10 16:48:16 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-10 16:48:16 -0400 |
| commit | af71c25e5130add0d4148b94f3a0fbffe4a424da (patch) | |
| tree | 0bd998818ddeedf3e560ebc0a611601c51ca2426 /TODO.txt | |
| parent | b3255290e96d2b9551516c8f8306ee787adf8fb6 (diff) | |
| download | pyramid-af71c25e5130add0d4148b94f3a0fbffe4a424da.tar.gz pyramid-af71c25e5130add0d4148b94f3a0fbffe4a424da.tar.bz2 pyramid-af71c25e5130add0d4148b94f3a0fbffe4a424da.zip | |
gardening
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
