summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-09 23:01:06 -0400
committerChris McDonough <chrism@plope.com>2012-09-09 23:01:06 -0400
commit023c88b67b907dd3682ef71216245609c9bbdbe1 (patch)
tree5636c1870e89c07ed64c12c8a0271e7cc64aaeb1 /TODO.txt
parentcf3d1ef2da328356b88f2d5a1015c0b211dc1e1c (diff)
downloadpyramid-023c88b67b907dd3682ef71216245609c9bbdbe1.tar.gz
pyramid-023c88b67b907dd3682ef71216245609c9bbdbe1.tar.bz2
pyramid-023c88b67b907dd3682ef71216245609c9bbdbe1.zip
rename set_request_method to add_request_method. closes #683
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 7e3c0b4d1..627eff7e8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -106,8 +106,8 @@ Future
- 1.5: Remove ``pyramid.requests.DeprecatedRequestMethodsMixin``.
-- 1.6: Maybe? deprecate set_request_property in favor of pointing people at
- set_request_method.
+- 1.5: Maybe? deprecate set_request_property in favor of pointing people at
+ add_request_method, schedule removal for 1.8?
- 1.6: Remove IContextURL and TraversalContextURL.