summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-15 17:13:51 -0500
committerChris McDonough <chrism@plope.com>2012-02-15 17:13:51 -0500
commit157b1e4c70d3aea96c1fdaede13a48f9235fe779 (patch)
treec989d95b31106bf9b28ecf42cb381480ec3d07ad
parent1ca5b34f17ea889f705c1120a5b8878bff16ec63 (diff)
downloadpyramid-157b1e4c70d3aea96c1fdaede13a48f9235fe779.tar.gz
pyramid-157b1e4c70d3aea96c1fdaede13a48f9235fe779.tar.bz2
pyramid-157b1e4c70d3aea96c1fdaede13a48f9235fe779.zip
garden
-rw-r--r--TODO.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 1d0dbd620..258e4912c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -10,11 +10,12 @@ Must-Have
- pyramid.config.util.ActionInfo.__str__ potentially returns Unicode under
Py2, fix.
-- Tests for view names/route patterns that contain Unicode.
-
Nice-to-Have
------------
+- Add set_traverser configurator method and set_resource_url_generator
+ method.
+
- Put includes in development.ini on separate lines and fix project.rst to
tell people to comment out only the debugtoolbar include when they want to
disable.