summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-05-13 03:51:49 -0400
committerChris McDonough <chrism@plope.com>2011-05-13 03:51:49 -0400
commite725cf6f3290a5fa974230d6c5c82eed3358bcf2 (patch)
tree96791e463b7df3bcfe88eeec9791f3174f13a566 /TODO.txt
parent2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950 (diff)
downloadpyramid-e725cf6f3290a5fa974230d6c5c82eed3358bcf2.tar.gz
pyramid-e725cf6f3290a5fa974230d6c5c82eed3358bcf2.tar.bz2
pyramid-e725cf6f3290a5fa974230d6c5c82eed3358bcf2.zip
- The ``add_route`` method of the Configurator now accepts a ``static``
argument. If this argument is ``True``, the added route will never be considered for matching when a request is handled. Instead, it will only be useful for URL generation via ``route_url`` and ``route_path``. See the section entitled "Static Routes" in the URL Dispatch narrative chapter for more information.
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