summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-17 15:22:06 -0500
committerChris McDonough <chrism@plope.com>2010-11-17 15:22:06 -0500
commitc7342c556303462fcdac54430be80a4d814e7869 (patch)
tree78aa978e9bb14373f92c42817f73aca054251ea7 /TODO.txt
parent851957066a91278089b9a58f7493b0d1fb2903c6 (diff)
downloadpyramid-c7342c556303462fcdac54430be80a4d814e7869.tar.gz
pyramid-c7342c556303462fcdac54430be80a4d814e7869.tar.bz2
pyramid-c7342c556303462fcdac54430be80a4d814e7869.zip
gardening
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 ded470d78..e7f8b2d92 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -121,4 +121,5 @@
- Stop using Twill in integration tests (too much of a pain in the ass to
make work without deprecation warnings).
-- Send patch to Ian for pastescript so it works on Jython.
+- Use ``@register_view`` instead of ``@view_config`` and change view docs to
+ use "view registration" instead of "view configuration".