mirror of
https://github.com/django/django.git
synced 2025-10-17 05:47:44 +00:00
Refs #27753 -- Deprecated django.utils.http urllib aliases.
This commit is contained in:
parent
fdc4518fe2
commit
83c2bc52c2
4 changed files with 33 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue