summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-21 21:48:00 -0500
committerChris McDonough <chrism@plope.com>2010-11-21 21:48:00 -0500
commit76e48bbbde9891aa98205d4f9fd8c47d15a7f0eb (patch)
treeb741814e4ffbb214e2a3eba237a1bcf794a4ed24 /TODO.txt
parente269038f5328f80edaa7cceb73b8a176204ecc63 (diff)
downloadpyramid-76e48bbbde9891aa98205d4f9fd8c47d15a7f0eb.tar.gz
pyramid-76e48bbbde9891aa98205d4f9fd8c47d15a7f0eb.tar.bz2
pyramid-76e48bbbde9891aa98205d4f9fd8c47d15a7f0eb.zip
- Make default renderer work (renderer factory registered with no name, which
is active for every view unless the view names a specific renderer).
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index aee7d09da..41ea2c9e4 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,9 +11,6 @@ Must-Have (before 1.0)
- Provide a .flash API on session object.
-- Make default renderer work (renderer registered with no name, which is
- active for every view unless the view names a specific renderer).
-
- Use ``@register_view`` instead of ``@view_config`` and change view docs to
use "view registration" instead of "view configuration".