summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-09 19:52:18 -0500
committerChris McDonough <chrism@plope.com>2011-01-09 19:52:18 -0500
commit51f25b3de8f4d4ca326f2bc9f9aa93b33d3179df (patch)
tree71923aa7c4a91ee9ce6bc1a7d2c8781bc01c6e9c
parenta85879baeb0861cb16afd644ebd0fbe78ec4d4bc (diff)
downloadpyramid-51f25b3de8f4d4ca326f2bc9f9aa93b33d3179df.tar.gz
pyramid-51f25b3de8f4d4ca326f2bc9f9aa93b33d3179df.tar.bz2
pyramid-51f25b3de8f4d4ca326f2bc9f9aa93b33d3179df.zip
garden
-rw-r--r--TODO.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index 52bb7b64c..7b60238bf 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -30,12 +30,6 @@ 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``.
-
- Add notes about renderer response attrs to request docs.
- Add an example of using a cascade to serve static assets from the root.