mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timeline.
This commit is contained in:
parent
b7dd89ed53
commit
88ed1c8d08
3 changed files with 7 additions and 84 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue