summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-06 15:34:13 -0500
committerChris McDonough <chrism@plope.com>2011-12-06 15:34:13 -0500
commit101e0964d2c51404cdd71a28fad45921858e7191 (patch)
treefbfc2ef9402ccfbf1d3b4b2d85e0dca0c69daa70
parent47038a60325caa8f61d9ce41811366dc496fd2b2 (diff)
downloadpyramid-101e0964d2c51404cdd71a28fad45921858e7191.tar.gz
pyramid-101e0964d2c51404cdd71a28fad45921858e7191.tar.bz2
pyramid-101e0964d2c51404cdd71a28fad45921858e7191.zip
garden
-rw-r--r--TODO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 2157d7ec6..a398f7b49 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -24,8 +24,6 @@ Must-Have
- Release new pyramid_debugtoolbar package that has introspection panel
(already py3 compat released).
-- Release new zope.sqlalchemy package (chrism-py3 branch is py3 compat).
-
- API for resolving asset specs and dotted names.
- Fix deployment recipes in cookbook (discourage proxying without changing
@@ -39,6 +37,8 @@ Must-Have
Nice-to-Have
------------
+- CherryPy server testing / exploded from CherryPy itself.
+
- Try "with transaction.manager" in an exception view with SQLA (preempt
homina homina response about how to write "to the database" from within in
an exception view).