summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-06 14:12:09 -0500
committerChris McDonough <chrism@plope.com>2011-12-06 14:12:09 -0500
commit773024bc3295f7bfc7e22d844fe88d9e37e8b0d3 (patch)
tree4f4b13538f418b82ed5f308257605dd50be04711 /TODO.txt
parentc753fc58697fa8496bb77fecce30d0f34e63e7f7 (diff)
downloadpyramid-773024bc3295f7bfc7e22d844fe88d9e37e8b0d3.tar.gz
pyramid-773024bc3295f7bfc7e22d844fe88d9e37e8b0d3.tar.bz2
pyramid-773024bc3295f7bfc7e22d844fe88d9e37e8b0d3.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 45985bde2..8090e70fe 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -31,9 +31,16 @@ Must-Have
- Fix deployment recipes in cookbook (discourage proxying without changing
server).
+- Fix i18n and extending chapters to mention $venv/bin/python instead of bare
+ "python".
+
Nice-to-Have
------------
+- 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).
+
- Add a default-view-config-params decorator that can be applied to a class
which names defaults for method-based view_config decorator options.