summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-31 13:48:13 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-31 13:48:13 -0700
commit22642d73056f06a1834dce8970922951fa18c5a1 (patch)
treee56037a9d48e7900b5ec3396b1ae28a2723ca623 /TODO.txt
parentf4c5f1a60612749ef36aae01d9a3a559b6acdfff (diff)
parentadfcf6d579496495fb71f8c1af293a953b3a13cb (diff)
downloadpyramid-22642d73056f06a1834dce8970922951fa18c5a1.tar.gz
pyramid-22642d73056f06a1834dce8970922951fa18c5a1.tar.bz2
pyramid-22642d73056f06a1834dce8970922951fa18c5a1.zip
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index f81c78387..5acc923a1 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -8,6 +8,14 @@ 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.
+
+- Document ``decorator=`` and ``view_mapper`` parameters to add_view.
+
+- Allow ``decorator=`` and ``view_mapper=`` to be passed via ZCML and the
+ ``view_config`` decorator.
+
Should-Have
-----------
@@ -26,9 +34,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?