summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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?