summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/TODO.txt b/TODO.txt
index 2cf0d5fbb..2c474f289 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,15 +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.
-- Deprecate pyramid.security.view_execution_permitted (it only works for
- traversal).
-
-- Debugging setting for detecting why authenticated_userid(request) might
- return None.
-
-- Make "localizer" a property of request (instead of requiring
- "get_localizer(request)"?
-
- Create a ``current_route_path`` function and make it a method of request?
- "static_path" API (omit host and port)?
@@ -27,6 +18,15 @@ Should-Have
Nice-to-Have
------------
+- Make "localizer" a property of request (instead of requiring
+ "get_localizer(request)"?
+
+- Debugging setting for detecting why authenticated_userid(request) might
+ return None.
+
+- Deprecate pyramid.security.view_execution_permitted (it only works for
+ traversal).
+
- Merge Michael's route group work (maybe a 1.3 thing).
- Kill off ``bfg.routes`` envvars in router.