mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.
Also the unused, undocumented django.utils.html.strip_entities() function.
This commit is contained in:
parent
deed00c0d8
commit
e122facbd8
8 changed files with 62 additions and 10 deletions
|
@ -49,6 +49,11 @@ about each item can often be found in the release notes of two versions prior.
|
|||
* The backward compatible shim to rename ``django.forms.Form._has_changed()``
|
||||
to ``has_changed()`` will be removed.
|
||||
|
||||
* The ``removetags`` template filter will be removed.
|
||||
|
||||
* The ``remove_tags()`` and ``strip_entities()`` functions in
|
||||
``django.utils.html`` will be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue