summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-30 14:47:53 -0400
committerChris McDonough <chrism@plope.com>2011-07-30 14:47:53 -0400
commit2fcce796cf0caa4e036c3df81667cac4c58fe5b3 (patch)
treea9abe80561e1b7cab41f68f029b6b4c78ff2b542
parentef6f6b8ce83288678db81cf528fbeb03db0b650e (diff)
downloadpyramid-2fcce796cf0caa4e036c3df81667cac4c58fe5b3.tar.gz
pyramid-2fcce796cf0caa4e036c3df81667cac4c58fe5b3.tar.bz2
pyramid-2fcce796cf0caa4e036c3df81667cac4c58fe5b3.zip
garden
-rw-r--r--TODO.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 761abdc58..fda59d7b4 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -18,9 +18,6 @@ Should-Have
during a config.include (they are related, so just exposing the currently
underscored-private _set_auth* methods won't cut it).
-- Rename all config file values with a ``pyramid.`` prefix. Preserve bw
- compat, though, for older config files.
-
- Try to figure out a way to keep "settings" as the original dictionary
passed to the Configurator instead of copying it.
@@ -38,6 +35,9 @@ Should-Have
``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or
reimplement both).
+- Use ``pyramid.include`` to add pyramid_debugtoolbar to all scaffolds and
+ remove weberror.
+
Nice-to-Have
------------
@@ -50,7 +50,7 @@ Nice-to-Have
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
until needed by ZCML, as well as unfound speedups).
-- Nicer Mako exceptions in WebError.
+- Nicer Mako exceptions in debug toolbar.
- Better "Extending" chapter.