summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-17 01:29:25 -0600
committerMichael Merickel <michael@merickel.org>2014-11-17 01:29:25 -0600
commit6beffc41634844f3ea3b6152f292d3dbe6b5500c (patch)
treea0fe6f2a60c7e2d13ecde8aaf30f55d35c952e8d /TODO.txt
parent405be483f50c37edef694e81aadcaa326311e51d (diff)
downloadpyramid-6beffc41634844f3ea3b6152f292d3dbe6b5500c.tar.gz
pyramid-6beffc41634844f3ea3b6152f292d3dbe6b5500c.tar.bz2
pyramid-6beffc41634844f3ea3b6152f292d3dbe6b5500c.zip
note the deprecation in the todo
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 62b8c39f4..e738b58d8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -125,7 +125,10 @@ Future
- 1.7: Change ``pyramid.authentication.AuthTktAuthenticationPolicy`` default
``hashalg`` to ``sha512``.
-- 1.8 Remove set_request_property.
+- 1.8: Remove set_request_property.
+
+- 1.9: Remove extra code enabling ``pyramid.security.remember(principal=...)``
+ and force use of ``userid``.
Probably Bad Ideas
------------------