summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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".