summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-16 02:39:13 -0500
committerChris McDonough <chrism@plope.com>2011-12-16 02:39:13 -0500
commit8ac9e61e365e28698a36474d8cb3dc15ab358983 (patch)
tree0ff198b28ae58e42d6bd7a3a4f78821e0043aece
parent61838b76639d6dcf9facd549841a2ed0d07ea012 (diff)
downloadpyramid-8ac9e61e365e28698a36474d8cb3dc15ab358983.tar.gz
pyramid-8ac9e61e365e28698a36474d8cb3dc15ab358983.tar.bz2
pyramid-8ac9e61e365e28698a36474d8cb3dc15ab358983.zip
garden
-rw-r--r--TODO.txt15
1 files changed, 6 insertions, 9 deletions
diff --git a/TODO.txt b/TODO.txt
index a5ec323a3..f04c341e2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,9 +4,13 @@ Pyramid TODOs
Must-Have
---------
-- Introspection:
+- Fix deployment recipes in cookbook (discourage proxying without changing
+ server).
+
+Nice-to-Have
+------------
- * Review narrative docs.
+- Introspection:
* ``default root factory`` category?
@@ -22,13 +26,6 @@ Must-Have
- Fix deployment recipes in cookbook (discourage proxying without changing
server).
-- Allow prequest path to have query string variables.
-
-Nice-to-Have
-------------
-
-- Implement analogue of "paster request"?
-
- CherryPy server testing / exploded from CherryPy itself.
- Try "with transaction.manager" in an exception view with SQLA (preempt