From cfbbd6d1b6a0b3651b109f819e4b8d2bfe4f1575 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 19 Aug 2011 08:27:20 -0400 Subject: 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 --- TODO.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TODO.txt') 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. -- cgit v1.2.3