summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-05 12:18:04 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-14 17:50:04 +0100
commit88ed1c8d08c70fd3e7943fc8383459545f726dcd (patch)
treecd103e59a30123d8cacde708ea35566534927f58 /docs
parentb7dd89ed5389067cb70294682ffef1ba23d33934 (diff)
Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index cc8c698ba4..970a5ff126 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -246,7 +246,8 @@ in Django 4.0.
See :ref:`deprecated-features-3.0` for details on these changes, including how
to remove usage of these features.
-* ...
+* ``django.utils.http.urlquote()``, ``urlquote_plus()``, ``urlunquote()``, and
+ ``urlunquote_plus()`` are removed.
See :ref:`deprecated-features-3.1` for details on these changes, including how
to remove usage of these features.