summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-25 17:04:02 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-25 17:04:02 +0000
commit7c525f127cee96a749e15b6ba2dfbc5379825178 (patch)
tree9b54b73c791484ddd13bb9613c0f8209f050323c /TODO.txt
parenteac892170c9d1e889f2462dc59fe1a9b2b33c239 (diff)
downloadpyramid-7c525f127cee96a749e15b6ba2dfbc5379825178.tar.gz
pyramid-7c525f127cee96a749e15b6ba2dfbc5379825178.tar.bz2
pyramid-7c525f127cee96a749e15b6ba2dfbc5379825178.zip
- It is now possible to turn on Chameleon template "debugging mode"
for all Chameleon BFG templates by setting a BFG-related Paster ``.ini`` file setting named ``debug_templates``. The exceptions raised by Chameleon templates when a rendering fails are sometimes less than helpful. ``debug_templates`` allows you to configure your application development environment so that exceptions generated by Chameleon during template compilation and execution will contain more helpful debugging information. This mode is on by default in all new projects.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index c38fa03f9..ff4a3373f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,11 +5,6 @@
- Basic WSGI documentation (pipeline / app / server).
-- Allow a debug argument to be supplied for template rendering
- (requires Chameleon capable of accepting the ``debug`` argument to a
- template constructor; behavior currently implemented on Chameleon
- head but not in any release).
-
- Figure out a way to expose some of the functionality of
``Configurator._derive_view`` as an API.
@@ -20,3 +15,4 @@
- Fix message catalog extraction / compilation documentation.
+- Docs about creating a venusian decorator.