summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-17 18:48:42 -0500
committerChris McDonough <chrism@plope.com>2010-11-17 18:48:42 -0500
commit2c9d148493aaa977c69e77072466685a3367ad0b (patch)
tree393cf2131d6470b8b27c7bdd0de98635d2dba162 /TODO.txt
parent20fa5619608f55ab85d431de4d806f7f337c5384 (diff)
downloadpyramid-2c9d148493aaa977c69e77072466685a3367ad0b.tar.gz
pyramid-2c9d148493aaa977c69e77072466685a3367ad0b.tar.bz2
pyramid-2c9d148493aaa977c69e77072466685a3367ad0b.zip
- Add a ``pyramid.url.route_path`` API, allowing folks to generate relative
URLs. Calling ``route_path`` is the same as calling ``pyramid.url.route_url`` with the argument ``_app_url`` equal to the empty string. - Add a ``pyramid.request.Request.route_path`` API. This is a convenience method of the request which calls ``pyramid.url.route_url``.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index d8160eb67..def6fe687 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -44,8 +44,6 @@
action = '^foo$'
mypackage.views.MyView.foo_GET
-- Ability to use configurator as a context manager.
-
- Provide a response_cookies attribute on the request for rendered
responses that can be used as input to response.set_cookie.
@@ -79,9 +77,6 @@
- translationdir ZCML directive use of ``path_spec`` should maybe die.
-- Option for route_url to omit the host and port (perhaps a different
- function named ``route_path``).
-
- SQLAlchemy idiomatics:
<RaFromBRC> mcdonc: those paster templates all look pretty good... the