summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-10 02:16:18 -0400
committerChris McDonough <chrism@plope.com>2011-07-10 02:16:18 -0400
commit4b105d5853988f846a0ff604e811b436b8a68f50 (patch)
tree2bafcd0183bdd560bdfdb2e1d8ac5cfebfddd73f /TODO.txt
parenta36fdbd40967117d34a70f156d2865aa2b21991e (diff)
downloadpyramid-4b105d5853988f846a0ff604e811b436b8a68f50.tar.gz
pyramid-4b105d5853988f846a0ff604e811b436b8a68f50.tar.bz2
pyramid-4b105d5853988f846a0ff604e811b436b8a68f50.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index ab0e6da41..ee5275952 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,17 +4,14 @@ Pyramid TODOs
Must-Have
---------
-- Github issues fixes.
-
- add_route discriminator wrong
- tutorial models.initialize_sql doesn't match scaffold
(DBSession.rollback()/transaction.abort() in scaffold vs. "pass" in
tutorial)
-- Allow views to override http_cache headers.
-
-- request.JSON dictionary?
+- deprecate request.add_response_callback (or at least review docs, in light
+ of request.response property).
Should-Have
-----------