summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index 37c79035b..74e24bf2a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,9 +7,6 @@ Should-Have
- Deprecate pyramid.security.view_execution_permitted (it only works for
traversal).
-- Merge https://github.com/Pylons/pyramid/pull/242 (IPython update; requires
- test fixes and additional test coverage).
-
- Make "localizer" a property of request (instead of requiring
"get_localizer(request)"
@@ -17,6 +14,8 @@ Should-Have
- Create a ``current_route_path`` function and make it a method of request.
+- "static_path" API (omit host and port).
+
- Provide a way to set the authentication policy and the authorization policy
during a config.include (they are related, so just exposing the currently
underscored-private _set_auth* methods won't cut it).
@@ -38,9 +37,6 @@ Should-Have
``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or
reimplement both).
-- Use ``pyramid.include`` to add pyramid_debugtoolbar to all scaffolds and
- remove weberror.
-
Nice-to-Have
------------