summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-15 19:09:08 -0500
committerChris McDonough <chrism@plope.com>2012-02-15 19:09:08 -0500
commit748aad47f90136b151be13f477ed6af1caed0493 (patch)
treea111a7e9f58d022b4f9c047648ee8dfabed00dcb /TODO.txt
parentc0b7076cb5ad4dcf5840c95f527955e3483d7cae (diff)
downloadpyramid-748aad47f90136b151be13f477ed6af1caed0493.tar.gz
pyramid-748aad47f90136b151be13f477ed6af1caed0493.tar.bz2
pyramid-748aad47f90136b151be13f477ed6af1caed0493.zip
- Add ``pyramid.config.Configurator.set_traverser`` API method. See the
Hooks narrative documentation section entitled "Changing the Traverser" for more information. This is not a new feature, it just provides an API for adding a traverser without needing to use the ZCA API.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 75dd2e0c4..dfce2e2fb 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,8 +4,7 @@ Pyramid TODOs
Nice-to-Have
------------
-- Add set_traverser configurator method and set_resource_url_generator
- method.
+- Add 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