summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-21 22:23:44 -0500
committerChris McDonough <chrism@plope.com>2010-11-21 22:23:44 -0500
commit00fb8b0d7b5dbbf44d28b9af538dc81a58550f67 (patch)
tree516dca1d6e3326332c24239527c2de2e05d4f3cc /TODO.txt
parentd15421c6a06e411d4ab7af3739440d5fa7556945 (diff)
downloadpyramid-00fb8b0d7b5dbbf44d28b9af538dc81a58550f67.tar.gz
pyramid-00fb8b0d7b5dbbf44d28b9af538dc81a58550f67.tar.bz2
pyramid-00fb8b0d7b5dbbf44d28b9af538dc81a58550f67.zip
add link in add_handler method to handlers chapter
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index ea7989d39..4319e3cca 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -14,8 +14,6 @@ Must-Have (before 1.0)
- Use ``@register_view`` instead of ``@view_config`` and change view docs to
use "view registration" instead of "view configuration".
-- Better ``config.add_handler`` documentation.
-
Should-Have
-----------