From 88ed1c8d08c70fd3e7943fc8383459545f726dcd Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 5 Jan 2021 12:18:04 +0100 Subject: Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timeline. --- docs/releases/4.0.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.3