1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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.