summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 546ae8f1b..e3c2e5f6c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -22,7 +22,8 @@ Must-Have (before 1.0)
- Explore static file return from handler action using wsgiapp2 + fileapp.
- Document ``config.add_route('catchall', '/*subpath',
- view=static_view('some:asset/spec'))``
+ view=pyramid.views.static('some:asset/spec'))``, and explain that
+ ``static`` requires ``subpath``.
Should-Have
-----------