summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-02 16:55:11 -0500
committerChris McDonough <chrism@plope.com>2011-01-02 16:55:11 -0500
commit405fcc2b4a5c6d3ab3d0680a216e48528e5aaf1a (patch)
treece8aee98ae021429838e88e25a6cb5119400f7fe
parentd54c521adb087540e9954ac4f266fe699b5f648d (diff)
downloadpyramid-405fcc2b4a5c6d3ab3d0680a216e48528e5aaf1a.tar.gz
pyramid-405fcc2b4a5c6d3ab3d0680a216e48528e5aaf1a.tar.bz2
pyramid-405fcc2b4a5c6d3ab3d0680a216e48528e5aaf1a.zip
add todo for current_route_url
-rw-r--r--TODO.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 2414658d2..4c9429625 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -27,6 +27,8 @@ Must-Have (before 1.0)
Should-Have
-----------
+- ``current_route_url`` function. https://gist.github.com/762842
+
- Convert paster template and tutorial HTML templates to use
``request.static_url('{{package}}:static/foo.css') rather than
``${request.application_url}/static/foo.css``.