summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-05 16:03:07 -0500
committerChris McDonough <chrism@plope.com>2012-11-05 16:03:07 -0500
commit8c30a3d9c2437e661eac6f23315837fccb4741ea (patch)
tree308b4cbdea04bc582450a57e583e4e93d9ec5d72 /TODO.txt
parent3c247503042c94b792a6b1a5701fdba7c832b99c (diff)
parentee0e41d020d3cc9f43a958a53528166e5d2293f7 (diff)
downloadpyramid-8c30a3d9c2437e661eac6f23315837fccb4741ea.tar.gz
pyramid-8c30a3d9c2437e661eac6f23315837fccb4741ea.tar.bz2
pyramid-8c30a3d9c2437e661eac6f23315837fccb4741ea.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/TODO.txt b/TODO.txt
index 6787b8a55..46edd8c6b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,18 +4,11 @@ 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
- deprecation warnings).
-
- Fix renderers chapter to better document system values passed to template
renderers.
@@ -146,6 +139,9 @@ Future
- 1.6: Remove IContextURL and TraversalContextURL.
+- 1.7: Change ``pyramid.authentication.AuthTktAuthenticationPolicy`` default
+ ``hashalg`` to ``sha512``.
+
Probably Bad Ideas
------------------
@@ -177,3 +173,8 @@ Probably Bad Ideas
with config.partial(introspection=False) as c:
c.add_view(..)
+- _fix_registry should dictify the registry being fixed.
+
+- config.set_registry_attr (with conflict detection)... bad idea because it
+ won't take effect until after a commit and folks will be confused by that.
+