summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-12 02:55:31 -0500
committerChris McDonough <chrism@plope.com>2011-01-12 02:55:31 -0500
commit6a790b32db3ff52e568222fd2cbf1437dcfa09b6 (patch)
tree0915d6889410896d92383e45d60144e653f2941f /TODO.txt
parentf52d595bd1cef5cb97d440c8ba1b1a9850ec8f4b (diff)
downloadpyramid-6a790b32db3ff52e568222fd2cbf1437dcfa09b6.tar.gz
pyramid-6a790b32db3ff52e568222fd2cbf1437dcfa09b6.tar.bz2
pyramid-6a790b32db3ff52e568222fd2cbf1437dcfa09b6.zip
- Document the ``request.override_renderer`` attribute within the narrative
"Renderers" chapter in a section named "Overriding A Renderer at Runtime".
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index c8e2a327f..ecc37708a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -20,8 +20,6 @@ Must-Have (before 1.0)
- Add docs for ``__action_decorator__`` attr of handler.
-- Document the ``request.override_renderer`` attribute.
-
- Figure out how to slim the herd of paster templates.
- Explain i18n in Mako and Jinja2.