summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-08-16 00:59:18 -0500
committerMichael Merickel <michael@merickel.org>2012-08-16 00:59:18 -0500
commit717537cdd6611511f783542034f00cf0099d515e (patch)
tree1f0a28530836a647713c22f2dd91767270f42458 /TODO.txt
parenta54b5e46f63ff3154c5d9f191ad3b78a2f506a8a (diff)
parent6b180cbb77d6c5bee0e75220d93fc1800d1217df (diff)
downloadpyramid-717537cdd6611511f783542034f00cf0099d515e.tar.gz
pyramid-717537cdd6611511f783542034f00cf0099d515e.tar.bz2
pyramid-717537cdd6611511f783542034f00cf0099d515e.zip
Merge branch 'master' into feature.instance-properties
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 544ad0b4e..4b4f48499 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,6 +4,13 @@ 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.
+
- Have action methods return their discriminators.
- Add docs about upgrading between Pyramid versions (e.g. how to see
@@ -64,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)"?
@@ -123,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