summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-08 18:51:29 -0500
committerChris McDonough <chrism@plope.com>2011-12-08 18:51:29 -0500
commitf3f4f221eae31888240acd2035c4463a17ada2d2 (patch)
tree146ae21895756cdc65b1401e02e7578c973e381a
parent613242ddd31d0a74ecaa92ea23c696b3858b076d (diff)
downloadpyramid-f3f4f221eae31888240acd2035c4463a17ada2d2.tar.gz
pyramid-f3f4f221eae31888240acd2035c4463a17ada2d2.tar.bz2
pyramid-f3f4f221eae31888240acd2035c4463a17ada2d2.zip
garden
-rw-r--r--TODO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 58a3a0ed4..0791a1d5a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -30,8 +30,6 @@ Must-Have
- Fix i18n and extending chapters to mention $venv/bin/python instead of bare
"python".
-- Implement analogue of "paster request"?
-
- Review "pyramid.compat" API; trim unnecessary APIs from docs.
- Figure out a way to not invoke git on install (docs/conf.py).
@@ -39,6 +37,8 @@ Must-Have
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