mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed django.conf.urls.defaults.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import warnings
|
||||
warnings.warn("django.conf.urls.defaults is deprecated; use django.conf.urls instead",
|
||||
DeprecationWarning)
|
||||
|
||||
from django.conf.urls import (handler403, handler404, handler500,
|
||||
include, patterns, url)
|
||||
Reference in New Issue
Block a user