summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-09 22:03:30 -0400
committerChris McDonough <chrism@plope.com>2013-09-09 22:03:30 -0400
commitebf4577b5fcd0d579c265b8246095ee9d757592b (patch)
tree87e704cff7ba673634240581e588fc6f8ee8e846 /TODO.txt
parent75f3857c811c61b9461c6ba31e8147e403bf80e6 (diff)
downloadpyramid-ebf4577b5fcd0d579c265b8246095ee9d757592b.tar.gz
pyramid-ebf4577b5fcd0d579c265b8246095ee9d757592b.tar.bz2
pyramid-ebf4577b5fcd0d579c265b8246095ee9d757592b.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 2aa1dc487..5b6648abc 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -118,9 +118,6 @@ Nice-to-Have
Future
------
-- 1.5: Maybe? deprecate set_request_property in favor of pointing people at
- add_request_method, schedule removal for 1.8?
-
- 1.6: turn ``pyramid.settings.Settings`` into a function that returns the
original dict (after ``__getattr__`` deprecation period, it was deprecated
in 1.2).
@@ -130,6 +127,8 @@ Future
- 1.7: Change ``pyramid.authentication.AuthTktAuthenticationPolicy`` default
``hashalg`` to ``sha512``.
+- 1.8 Remove set_request_property.
+
Probably Bad Ideas
------------------