summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-20 11:34:16 -0400
committerChris McDonough <chrism@plope.com>2011-08-20 11:34:16 -0400
commit12cef0ee3526d7a024b9c328fd75e64565f02519 (patch)
tree0995006718b9c97f240d7f1cd6852149f467d98f /TODO.txt
parent51add887470badc98e0ef0cef34710a752b9baef (diff)
downloadpyramid-12cef0ee3526d7a024b9c328fd75e64565f02519.tar.gz
pyramid-12cef0ee3526d7a024b9c328fd75e64565f02519.tar.bz2
pyramid-12cef0ee3526d7a024b9c328fd75e64565f02519.zip
- New request methods: ``current_route_url``, ``current_route_path``.
- New function in ``pyramid.url``: ``current_route_path``.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 2c474f289..9b481becb 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,8 +11,6 @@ Should-Have
- Make it possible to use tween aliases in explicit tween config? If not,
the tween factories of all add-ons must be APIs.
-- Create a ``current_route_path`` function and make it a method of request?
-
- "static_path" API (omit host and port)?
Nice-to-Have
@@ -34,7 +32,7 @@ Nice-to-Have
- Some sort of API for rendering a view callable object to a response from
within another view callable.
-- 1.4: turn ``pyramid.settings.Settings`` into a function that returns the
+- 1.5: turn ``pyramid.settings.Settings`` into a function that returns the
original dict (after ``__getattr__`` deprecation period, it was deprecated
in 1.2).