summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-28 23:40:19 -0500
committerChris McDonough <chrism@plope.com>2011-01-28 23:40:19 -0500
commit4a8df774e942340bc80311de6e4127167c75a029 (patch)
tree0c908e7685e8ead8899ff7e753ffc138e2368ed7
parent54ae4cdd4c4a568404fa2672765cdee25d271370 (diff)
downloadpyramid-4a8df774e942340bc80311de6e4127167c75a029.tar.gz
pyramid-4a8df774e942340bc80311de6e4127167c75a029.tar.bz2
pyramid-4a8df774e942340bc80311de6e4127167c75a029.zip
garden
-rw-r--r--TODO.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 258528039..4164e4e1b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -9,6 +9,9 @@ Before Release
- 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``.
+
Should-Have
-----------
@@ -59,9 +62,6 @@ Should-Have
- translationdir ZCML directive use of ``path_spec`` should maybe die.
-- Change "Cleaning up After a Request" in the urldispatch chapter to
- use ``request.add_response_callback``.
-
- Provide a response_set_cookie method on the request for rendered responses
that can be used as input to response.set_cookie?