summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-21 02:01:18 -0500
committerChris McDonough <chrism@plope.com>2011-01-21 02:01:18 -0500
commit72ad3374afb491d652e2a22951b09ca399c8d0c5 (patch)
tree25debf41edcb18c11d6320cb6e4a6de13b775eb2 /TODO.txt
parentd5d1f0f750b944b453ac52a97d180b46fd65f915 (diff)
downloadpyramid-72ad3374afb491d652e2a22951b09ca399c8d0c5.tar.gz
pyramid-72ad3374afb491d652e2a22951b09ca399c8d0c5.tar.bz2
pyramid-72ad3374afb491d652e2a22951b09ca399c8d0c5.zip
- Add docs for ``add_finished_callback``, ``add_response_callback``,
``route_path``, ``route_url``, and ``static_url`` methods to ``pyramid.request.Request`` API docs.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index c267c3ea1..89301e526 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -19,9 +19,6 @@ Must-Have (before 1.0)
well as -
http://blog.abourget.net/2011/1/13/pyramid-and-mako:-how-to-do-i18n-the-pylons-way/
-- Add docs for ``route_path`` and ``route_url``, etc to Request API docs (see
- also https://github.com/Pylons/pyramid/issues#issue/19).
-
- Figure out what to do with "Forms" chapter in narr docs.
Should-Have