mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Remove django.conf.urls import fallback
This commit is contained in:
parent
cc5fc81da9
commit
e0a85c554b
1 changed files with 1 additions and 7 deletions
|
|
@ -3,13 +3,7 @@ import json
|
|||
from django import VERSION
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
try:
|
||||
from django.conf.urls import url
|
||||
except ImportError:
|
||||
# Django < 1.4
|
||||
from django.conf.urls.defaults import url
|
||||
|
||||
from django.conf.urls import url
|
||||
from django.contrib.admin import ModelAdmin, TabularInline, StackedInline
|
||||
from django.contrib.admin.options import InlineModelAdmin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue