summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-05-02 23:39:54 -0400
committerChris McDonough <chrism@plope.com>2012-05-02 23:39:54 -0400
commit004882434aa166a58c3b2148322e08ce61ec4cb7 (patch)
treec9c331be563a8291140b6db823a3f852e4bf2d09 /TODO.txt
parent279d075940b66f9c320c7e4476dc729361479b0d (diff)
downloadpyramid-004882434aa166a58c3b2148322e08ce61ec4cb7.tar.gz
pyramid-004882434aa166a58c3b2148322e08ce61ec4cb7.tar.bz2
pyramid-004882434aa166a58c3b2148322e08ce61ec4cb7.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index e0fb0fa27..4b4f48499 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,6 +4,10 @@ Pyramid TODOs
Nice-to-Have
------------
+- config.set_registry_attr (with conflict detection).
+
+- _fix_registry should dictify the registry being fixed.
+
- Provide the presumed renderer name to the called view as an attribute of
the request.
@@ -67,8 +71,6 @@ Nice-to-Have
app1" and "domain app1.localhost = app1"), ProxyPreserveHost and the nginx
equivalent, preserving HTTPS URLs.
-- _fix_registry should dictify the registry being fixed.
-
- Make "localizer" a property of request (instead of requiring
"get_localizer(request)"?
@@ -126,6 +128,9 @@ Future
- 1.5: Remove ``pyramid.requests.DeprecatedRequestMethodsMixin``.
+- 1.5: Maybe? deprecate set_request_property in favor of pointing people at
+ set_request_method.
+
- 1.6: Remove IContextURL and TraversalContextURL.
Probably Bad Ideas