diff options
| -rw-r--r-- | TODO.txt | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -4,19 +4,6 @@ Pyramid TODOs Should-Have ----------- -- Consider moving the call to _set_security_policies (and like params) after - the initial commit, so that authn and authz policies specified by the user - (and like settings) in the constructor override included ones. Rationale: - I want the configurator to behave like someone did:: - - config = Configurator() - config.set_foo(...) - config.set_bar(..) - - when they do:: - - config = Config(foo=... bar=...) - - Name WSGI app "main" instead of pipeline in scaffold configs? - Mention debug toolbar in tutorials. @@ -24,7 +11,7 @@ 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. +- Merge Michael's route group work (maybe a 1.3 thing). - Deprecate pyramid.security.view_execution_permitted (it only works for traversal). @@ -42,8 +29,6 @@ Should-Have Nice-to-Have ------------ -- Turn "config" into a package. - - Kill off ``bfg.routes`` envvars in router. - Some sort of API for rendering a view callable object to a response from |
