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