diff options
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. |
