summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-02-04 18:53:11 -0500
committerGitHub <noreply@github.com>2019-02-04 18:53:11 -0500
commit83c2bc52c2bf6da682989867b09c753ec1a2e5b3 (patch)
treec079c7aaf904532ca795a4ac11985e8646385e47 /docs/internals
parentfdc4518fe296c169cf54f23fdad2e0fc8785c059 (diff)
Refs #27753 -- Deprecated django.utils.http urllib aliases.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 1a5b98df33..0550c10ec7 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -15,6 +15,9 @@ about each item can often be found in the release notes of two versions prior.
See the :ref:`Django 3.0 release notes <deprecated-features-3.0>` for more
details on these changes.
+* ``django.utils.http.urlquote()``, ``urlquote_plus()``, ``urlunquote()``, and
+ ``urlunquote_plus()`` will be removed.
+
.. _deprecation-removed-in-3.1:
3.1