Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.

This commit is contained in:
Mariusz Felisiak 2021-01-14 09:06:39 +01:00
parent be6e468130
commit 98ae3925e5
4 changed files with 4 additions and 38 deletions

View file

@ -311,3 +311,5 @@ to remove usage of these features.
* The ``NullBooleanField`` model field is removed, except for support in
historical migrations.
* ``django.conf.urls.url()`` is removed.