summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-04 00:00:55 -0500
committerChris McDonough <chrism@plope.com>2011-01-04 00:00:55 -0500
commit6ed4127f19bf2fdf88151d1893fba047423537a8 (patch)
tree2b10a17ce8e62d9d65d970411f4d60302dce723e /TODO.txt
parentfec457db29d81b399dbcded6026e6b830e55f04b (diff)
downloadpyramid-6ed4127f19bf2fdf88151d1893fba047423537a8.tar.gz
pyramid-6ed4127f19bf2fdf88151d1893fba047423537a8.tar.bz2
pyramid-6ed4127f19bf2fdf88151d1893fba047423537a8.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 517b085f9..a84b26ff2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -31,6 +31,8 @@ Must-Have (before 1.0)
Should-Have
-----------
+- Add a session attribute to DummyRequest.
+
- Convert paster template and tutorial HTML templates to use
``request.static_url('{{package}}:static/foo.css')`` rather than
``${request.application_url}/static/foo.css``.