summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-07 08:09:04 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-14 17:50:04 +0100
commit157ab32f3446da7fa1f9d716509c290069a2a156 (patch)
tree39781a5e2c3e89650ab817e850fdbde1fd4da0cc /docs
parent5e33ec80d153416d3693e89138ed21decf042672 (diff)
Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 339147201d..9b4252dfaf 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -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.