mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
Per deprecation timeline.
This commit is contained in:
@@ -241,3 +241,6 @@ how to remove usage of these features.
|
||||
passing ``pylibmc`` behavior settings as top-level attributes of ``OPTIONS``.
|
||||
|
||||
* The ``host`` parameter of ``django.utils.http.is_safe_url()`` is removed.
|
||||
|
||||
* Silencing of exceptions raised while rendering the ``{% include %}`` template
|
||||
tag is removed.
|
||||
|
||||
Reference in New Issue
Block a user