summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-09-08 15:07:12 +0200
committerBaptiste Mispelon <bmispelon@gmail.com>2013-09-08 22:05:35 +0200
commit28a571348bca9c5a3c137e495e7d3c9349a5bd56 (patch)
tree2c86f33df56fe816a30153c2c1c3e9c9d9271210 /docs
parent9d11522599bb9f9fd6ad22c15c6168a4f2ac9b4e (diff)
Fix #20745: Don't silence TypeError raised inside templates.
Thanks to robin for the report and claudep for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 120ec4c18a..d6c9dc4b5c 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -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
=====================================