summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 1429bd80c..b6fda3fbf 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -10,14 +10,10 @@ Should-Have
- Fix misleading conflict error reports for static views ala
http://cluebin.appspot.com/pasted/7242843
-- Nicer Mako exceptions in WebError.
-
- Consider adding a default exception view for HTTPException and attendant
``redirect`` and ``abort`` functions ala Pylons (promised Mike I'd enable
this in 1.1).
-- Static (URL-generation only) routes.
-
- Add narrative docs for wsgiapp and wsgiapp2.
- Fix message catalog extraction / compilation documentation. Chameleon 2
@@ -28,6 +24,8 @@ Should-Have
Nice-to-Have
------------
+- Nicer Mako exceptions in WebError.
+
- Response.RequestClass should probably be pyramid.request.Request but this
may imply actually subclassing webob.Response