Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timeline.

This commit is contained in:
Mariusz Felisiak 2021-01-05 12:18:04 +01:00
parent b7dd89ed53
commit 88ed1c8d08
3 changed files with 7 additions and 84 deletions

View file

@ -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.