summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-05 11:57:41 -0400
committerChris McDonough <chrism@plope.com>2011-08-05 11:57:41 -0400
commitfc406adb99573cc99ef388693c909d5d2de16e19 (patch)
tree6c5e7d2f01e853fb501f48eefa713ee4e8d90ee5 /TODO.txt
parent1e04ba77eb69bca09fa0e8e212fa02454194f401 (diff)
downloadpyramid-fc406adb99573cc99ef388693c909d5d2de16e19.tar.gz
pyramid-fc406adb99573cc99ef388693c909d5d2de16e19.tar.bz2
pyramid-fc406adb99573cc99ef388693c909d5d2de16e19.zip
- Deprecate pyramid.security.view_execution_permitted (it only works for
traversal).
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index fda59d7b4..37c79035b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,6 +4,9 @@ Pyramid TODOs
Should-Have
-----------
+- Deprecate pyramid.security.view_execution_permitted (it only works for
+ traversal).
+
- Merge https://github.com/Pylons/pyramid/pull/242 (IPython update; requires
test fixes and additional test coverage).