diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-20 11:34:16 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-20 11:34:16 -0400 |
| commit | 12cef0ee3526d7a024b9c328fd75e64565f02519 (patch) | |
| tree | 0995006718b9c97f240d7f1cd6852149f467d98f /TODO.txt | |
| parent | 51add887470badc98e0ef0cef34710a752b9baef (diff) | |
| download | pyramid-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.txt | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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). |
