summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-15 03:01:51 -0400
committerChris McDonough <chrism@plope.com>2011-08-15 03:01:51 -0400
commit1a42bd45ad6dd066078d6d4997d33208b1bd0c63 (patch)
treea6b647e692576e4131f0dd883343233e4d1e033b /TODO.txt
parentb2533554bb8816d412615595f4d7947f7779bf47 (diff)
downloadpyramid-1a42bd45ad6dd066078d6d4997d33208b1bd0c63.tar.gz
pyramid-1a42bd45ad6dd066078d6d4997d33208b1bd0c63.tar.bz2
pyramid-1a42bd45ad6dd066078d6d4997d33208b1bd0c63.zip
- New methods of the ``pyramid.config.Configurator`` class:
``set_authentication_policy`` and ``set_authorization_policy``. These are meant to be consumed mostly by add-on authors.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index 6e908bdee..76e0784f2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,18 +6,14 @@ Should-Have
- Name WSGI app "main" instead of pipeline in scaffold configs?
-- Turn off debugtoolbar redirect catcher in scaffolding (makes tutorials
- weird).
+- Make another release of debug toolbar (has now redirects turned off by
+ default so tutorials aren't weird).
- Mention debug toolbar in tutorials.
- Make it possible to use tween aliases in explicit tween config? If not,
the tween factories of all add-ons must be APIs.
-- Provide a way to set the authentication policy and the authorization policy
- during a config.include (they are related, so just exposing the currently
- underscored-private _set_auth* methods won't cut it).
-
- Merge Michael's route group work.
- Deprecate pyramid.security.view_execution_permitted (it only works for