diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-04-25 17:04:02 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-04-25 17:04:02 +0000 |
| commit | 7c525f127cee96a749e15b6ba2dfbc5379825178 (patch) | |
| tree | 9b54b73c791484ddd13bb9613c0f8209f050323c /docs/whatsnew-1.3.rst | |
| parent | eac892170c9d1e889f2462dc59fe1a9b2b33c239 (diff) | |
| download | pyramid-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 'docs/whatsnew-1.3.rst')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index e8f2ddcdd..32964973d 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -105,6 +105,16 @@ Minor Feature Additions that user-defined decorators can be defined and found during :mod:`repoze.bfg` scanning. +- 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 + newly generated projects. See also :ref:`debug_templates_section`. + Backwards Incompatibilites -------------------------- |
