From 331ca5391eb64cbac3a001209257beb93522d587 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 8 Sep 2016 18:24:22 -0700 Subject: Fixed #27175 -- Deprecated silencing exceptions from the {% include %} template tag. Thanks Tim Graham for the review. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3