summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-08 21:34:52 -0400
committerChris McDonough <chrism@plope.com>2013-09-08 21:34:52 -0400
commit6d14fa5f0aa469ecd096d92a787281d3d87776cf (patch)
tree7007b50233c1d13842ee29067e13a8d07a875864 /TODO.txt
parent8fe57d871af1321b0e2b853c559d8e5c127db5fa (diff)
downloadpyramid-6d14fa5f0aa469ecd096d92a787281d3d87776cf.tar.gz
pyramid-6d14fa5f0aa469ecd096d92a787281d3d87776cf.tar.bz2
pyramid-6d14fa5f0aa469ecd096d92a787281d3d87776cf.zip
update
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO.txt b/TODO.txt
index 46eb33b82..9850bd761 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -121,22 +121,15 @@ Nice-to-Have
Future
------
-- 1.5: remove ``pyramid.view.static`` and ``pyramid.view.is_response``.
-
- 1.5: turn ``pyramid.settings.Settings`` into a function that returns the
original dict (after ``__getattr__`` deprecation period, it was deprecated
in 1.2).
-- 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?
- 1.5: Remove pyramid.config.rendering set_renderer_globals_factory maybe.
-- 1.5: remove pyramid.config.route _add_view_from_route function.
-
- 1.6: Remove IContextURL and TraversalContextURL.
- 1.7: Change ``pyramid.authentication.AuthTktAuthenticationPolicy`` default