summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-24 16:20:35 -0500
committerChris McDonough <chrism@plope.com>2010-12-24 16:20:35 -0500
commit83efb21867545b0e2084be1fa7aa33f02b211cd3 (patch)
tree3833ade8045d9feb80747cca5489d0dc3713d5c7 /TODO.txt
parentc5acd0807c9cda79ed5ee36ec98474d607922e05 (diff)
downloadpyramid-83efb21867545b0e2084be1fa7aa33f02b211cd3.tar.gz
pyramid-83efb21867545b0e2084be1fa7aa33f02b211cd3.tar.bz2
pyramid-83efb21867545b0e2084be1fa7aa33f02b211cd3.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 8771cdd42..546ae8f1b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -21,6 +21,9 @@ 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'))``
+
Should-Have
-----------