summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-08 22:53:54 -0400
committerChris McDonough <chrism@plope.com>2013-09-08 22:53:54 -0400
commit72b93ff249c792381f3628b36541a318f8666e6e (patch)
tree9fefedef4dd8d7309f0fc6e3c94d0a2db3b51cae /TODO.txt
parentc6601f77f91dc933ca429d1448f4c6b27857b608 (diff)
downloadpyramid-72b93ff249c792381f3628b36541a318f8666e6e.tar.gz
pyramid-72b93ff249c792381f3628b36541a318f8666e6e.tar.bz2
pyramid-72b93ff249c792381f3628b36541a318f8666e6e.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index 9850bd761..ee7391297 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -121,14 +121,12 @@ Nice-to-Have
Future
------
-- 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: 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.6: turn ``pyramid.settings.Settings`` into a function that returns the
+ original dict (after ``__getattr__`` deprecation period, it was deprecated
+ in 1.2).
- 1.6: Remove IContextURL and TraversalContextURL.