mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} template tag.
Thanks Tim Graham for the review.
This commit is contained in:
parent
7ca3b391b6
commit
331ca5391e
6 changed files with 53 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue