diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-19 08:27:20 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-19 08:27:20 -0400 |
| commit | cfbbd6d1b6a0b3651b109f819e4b8d2bfe4f1575 (patch) | |
| tree | 39245ebebcd665d6cfaac06bae8184ab46c6bc55 /TODO.txt | |
| parent | eb2a57640261c3f43fe8fc17a2d67e7e4bc3cef5 (diff) | |
| download | pyramid-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.txt | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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. |
