1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fix #20745: Don't silence TypeError raised inside templates.

Thanks to robin for the report and claudep for the review.
This commit is contained in:
Baptiste Mispelon
2013-09-08 15:07:12 +02:00
parent 9d11522599
commit 28a571348b
3 changed files with 17 additions and 5 deletions

View File

@@ -282,6 +282,9 @@ Templates
:setting:`TEMPLATE_DEBUG` is ``True``. This allows template origins to be
inspected and logged outside of the ``django.template`` infrastructure.
* ``TypeError`` exceptions are not longer silenced when raised during the
rendering of a template.
Backwards incompatible changes in 1.7
=====================================