summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-19 08:27:20 -0400
committerChris McDonough <chrism@plope.com>2011-08-19 08:27:20 -0400
commitcfbbd6d1b6a0b3651b109f819e4b8d2bfe4f1575 (patch)
tree39245ebebcd665d6cfaac06bae8184ab46c6bc55 /TODO.txt
parenteb2a57640261c3f43fe8fc17a2d67e7e4bc3cef5 (diff)
downloadpyramid-cfbbd6d1b6a0b3651b109f819e4b8d2bfe4f1575.tar.gz
pyramid-cfbbd6d1b6a0b3651b109f819e4b8d2bfe4f1575.tar.bz2
pyramid-cfbbd6d1b6a0b3651b109f819e4b8d2bfe4f1575.zip
add default renderers eagerly so they can be overridden, get rid of useless warning about ordering, comment about global_registries, no longer have a circular import between config and router
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index e06616acf..2cf0d5fbb 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,8 +11,6 @@ Should-Have
- Make it possible to use tween aliases in explicit tween config? If not,
the tween factories of all add-ons must be APIs.
-- Merge Michael's route group work (maybe a 1.3 thing).
-
- Deprecate pyramid.security.view_execution_permitted (it only works for
traversal).
@@ -29,6 +27,8 @@ Should-Have
Nice-to-Have
------------
+- Merge Michael's route group work (maybe a 1.3 thing).
+
- Kill off ``bfg.routes`` envvars in router.
- Some sort of API for rendering a view callable object to a response from
@@ -44,8 +44,6 @@ Nice-to-Have
- Alias the stupid long default session factory name.
-- Fix indirect circular import between router and config.
-
- Add narrative docs for wsgiapp and wsgiapp2.
- Provide a ``has_view`` function.