mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31534 -- Deprecated django.conf.urls.url().
This commit is contained in:
committed by
Mariusz Felisiak
parent
f2051eb8a7
commit
2522559d1a
@@ -754,6 +754,9 @@ Miscellaneous
|
||||
* The ``NullBooleanField`` model field is deprecated in favor of
|
||||
``BooleanField(null=True)``.
|
||||
|
||||
* ``django.conf.urls.url()`` alias of :func:`django.urls.re_path` is
|
||||
deprecated.
|
||||
|
||||
.. _removed-features-3.1:
|
||||
|
||||
Features removed in 3.1
|
||||
|
||||
Reference in New Issue
Block a user