From b2533554bb8816d412615595f4d7947f7779bf47 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 14 Aug 2011 22:44:22 -0400 Subject: - The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration. - The ZODB scaffold now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration. --- TODO.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 60709615f..6e908bdee 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,6 +4,13 @@ Pyramid TODOs Should-Have ----------- +- Name WSGI app "main" instead of pipeline in scaffold configs? + +- Turn off debugtoolbar redirect catcher in scaffolding (makes tutorials + 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. -- cgit v1.2.3