mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-20 05:01:01 +00:00
Fix deprecated import of Django urls
This commit is contained in:
parent
c5a664db07
commit
98fa4a9c70
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from django.conf.urls.defaults import *
|
||||
from django.conf.urls import patterns, url
|
||||
|
||||
urlpatterns = patterns('testapp.testmain.views',
|
||||
url(r'single/model/field/$', 'test_single_value_model_field', name='test_single_value_model_field'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue