1
0
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:
Aymeric Augustin
2012-12-24 22:36:44 +01:00
parent fb9f1b9bfb
commit 59ddb79e90
2 changed files with 0 additions and 14 deletions

View File

@@ -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)