diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-18 22:17:48 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-18 22:17:48 -0400 |
| commit | d08bb9f5d36b5dffda0af13ebb45f1c253e85df8 (patch) | |
| tree | 76d471474ec4620bca71f6bac4b99743a43bdfbc /TODO.txt | |
| parent | ea824f6f1ceaae4b922b6cff5320bb1c19cbacd5 (diff) | |
| download | pyramid-d08bb9f5d36b5dffda0af13ebb45f1c253e85df8.tar.gz pyramid-d08bb9f5d36b5dffda0af13ebb45f1c253e85df8.tar.bz2 pyramid-d08bb9f5d36b5dffda0af13ebb45f1c253e85df8.zip | |
garden
Diffstat (limited to 'TODO.txt')
| -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 |
