From e725cf6f3290a5fa974230d6c5c82eed3358bcf2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 13 May 2011 03:51:49 -0400 Subject: - 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. --- TODO.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TODO.txt') 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 -- cgit v1.2.3