summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorDylan Jay <software@pretaweb.com>2011-08-25 13:13:31 +1000
committerDylan Jay <software@pretaweb.com>2011-08-25 13:13:31 +1000
commitc36e1570e997a90ac0666426b7c459adb5cd54bc (patch)
treed8043974a89eaf5d772e5cef999b2275836553b0 /TODO.txt
parenta98c0169fad222654e0c2ba0573653002a21d29b (diff)
parenta6035f3ccdd770fd463a67e216fa5c6aab9ced5c (diff)
downloadpyramid-c36e1570e997a90ac0666426b7c459adb5cd54bc.tar.gz
pyramid-c36e1570e997a90ac0666426b7c459adb5cd54bc.tar.bz2
pyramid-c36e1570e997a90ac0666426b7c459adb5cd54bc.zip
Merge branch 'master' of github.com:djay/pyramid
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 29869630d..7d5b096e5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -8,12 +8,12 @@ Should-Have
deploying via proxy:
https://docs.pylonsproject.org/projects/pyramid_cookbook/dev/deployment/nginx.html#step-2-starting-paster
-- Fix conflict behavior for routes and auth policies (define phases and use
- order=).
-
Nice-to-Have
------------
+- Add a default-view-config-params decorator that can be applied to a class
+ which names defaults for method-based view_config decorator options.
+
- Flesh out "paste" chapter.
- Move config-related stuff from "renderers" to config/rendering, and