summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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``.