Refs #27753 -- Deprecated django.utils.http urllib aliases.

This commit is contained in:
Tim Graham 2019-02-04 18:53:11 -05:00 committed by GitHub
parent fdc4518fe2
commit 83c2bc52c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 2 deletions

View file

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