diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-05 12:18:04 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | 88ed1c8d08c70fd3e7943fc8383459545f726dcd (patch) | |
| tree | cd103e59a30123d8cacde708ea35566534927f58 /docs | |
| parent | b7dd89ed5389067cb70294682ffef1ba23d33934 (diff) | |
Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index cc8c698ba4..970a5ff126 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -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. |
