summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2016-09-08 18:24:22 -0700
committerGitHub <noreply@github.com>2016-09-08 18:24:22 -0700
commit331ca5391eb64cbac3a001209257beb93522d587 (patch)
treee6dcdf38907001da099892c79cc17a23d9f223f3 /docs/internals
parent7ca3b391b611eb710c4c1d613e2f672591097a00 (diff)
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} template tag.
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 5d93915dc6..151cdff68d 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -33,6 +33,9 @@ details on these changes.
* The ``host`` parameter of ``django.utils.http.is_safe_url()`` will be
removed.
+* Silencing of exceptions raised while rendering the ``{% include %}`` template
+ tag will be removed.
+
.. _deprecation-removed-in-2.0:
2.0