mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation timeline.
This commit is contained in:
parent
5e33ec80d1
commit
157ab32f34
3 changed files with 3 additions and 40 deletions
|
@ -260,6 +260,8 @@ to remove usage of these features.
|
|||
* ``alias=None`` is required in the signature of
|
||||
``django.db.models.Expression.get_group_by_cols()`` subclasses.
|
||||
|
||||
* ``django.utils.text.unescape_entities()`` is removed.
|
||||
|
||||
See :ref:`deprecated-features-3.1` for details on these changes, including how
|
||||
to remove usage of these features.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue