From 2522559d1a612a4e8885de4780ff2b7aa7b8d375 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 4 May 2020 19:33:35 +0100 Subject: Fixed #31534 -- Deprecated django.conf.urls.url(). --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 95b0c5a3a1..1d89238ede 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -81,6 +81,8 @@ details on these changes. * The model ``NullBooleanField`` will be removed. A stub field will remain for compatibility with historical migrations. +* ``django.conf.urls.url()`` will be removed. + See the :ref:`Django 3.1 release notes ` for more details on these changes. -- cgit v1.3