summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-29 02:15:41 -0500
committerChris McDonough <chrism@plope.com>2010-12-29 02:15:41 -0500
commitae4a242a4f161f8cbc95d6e66ad67ec6d1dd2ada (patch)
tree48b5b4f6944b841715f6b66f02c0a31d2670c015
parentebceb116dd201ad7058e533bf133fe6dfede16d6 (diff)
downloadpyramid-ae4a242a4f161f8cbc95d6e66ad67ec6d1dd2ada.tar.gz
pyramid-ae4a242a4f161f8cbc95d6e66ad67ec6d1dd2ada.tar.bz2
pyramid-ae4a242a4f161f8cbc95d6e66ad67ec6d1dd2ada.zip
garden
-rw-r--r--TODO.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index f81c78387..ada3c4c2a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -8,6 +8,12 @@ Must-Have (before 1.0)
- Consider deprecations for ``model`` and ``resource`` APIs.
+- Re-make testing.setUp() and testing.tearDown() the canonical APIs for test
+ configuration.
+
+- ``decorator=`` parameter to view_config. This would replace the existing
+ _map_view "decorator" if it existed (Rob needs).
+
Should-Have
-----------
@@ -26,9 +32,6 @@ Should-Have
- Change "Cleaning up After a Request" in the urldispatch chapter to
use ``request.add_response_callback``.
-- ``decorator=`` parameter to view_config. This would replace the existing
- _map_view "decorator" if it existed.
-
- Provide a response_set_cookie method on the request for rendered responses
that can be used as input to response.set_cookie?