summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-18 22:17:48 -0400
committerChris McDonough <chrism@plope.com>2011-08-18 22:17:48 -0400
commitd08bb9f5d36b5dffda0af13ebb45f1c253e85df8 (patch)
tree76d471474ec4620bca71f6bac4b99743a43bdfbc
parentea824f6f1ceaae4b922b6cff5320bb1c19cbacd5 (diff)
downloadpyramid-d08bb9f5d36b5dffda0af13ebb45f1c253e85df8.tar.gz
pyramid-d08bb9f5d36b5dffda0af13ebb45f1c253e85df8.tar.bz2
pyramid-d08bb9f5d36b5dffda0af13ebb45f1c253e85df8.zip
garden
-rw-r--r--TODO.txt17
1 files changed, 1 insertions, 16 deletions
diff --git a/TODO.txt b/TODO.txt
index 8ded30fea..e06616acf 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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