summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-15 18:58:45 -0400
committerChris McDonough <chrism@plope.com>2012-09-15 18:58:45 -0400
commit07cb8f0e112642a6a40127232ddc06125a73750e (patch)
tree391ba1380418aaed349f881588070cb745cf8faf /TODO.txt
parent684fd22755f5ffd98b5629c63bc07a23c2edaf4a (diff)
downloadpyramid-07cb8f0e112642a6a40127232ddc06125a73750e.tar.gz
pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.tar.bz2
pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.zip
add pyramid.decorator.reify as an API. Closes #682
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index a13433f54..202d1afbb 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -143,7 +143,8 @@ Future
original dict (after ``__getattr__`` deprecation period, it was deprecated
in 1.2).
-- 1.5: Remove ``pyramid.requests.DeprecatedRequestMethodsMixin``.
+- 1.5: Remove ``pyramid.requests.DeprecatedRequestMethodsMixin`` and code in
+ renderers module that looks for _response_content_type, et. al.
- 1.5: Maybe? deprecate set_request_property in favor of pointing people at
add_request_method, schedule removal for 1.8?