Closed aropan closed 5 years ago
Based on #116. Fixed RemovedInDjango110Warning : django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.. Checked work on Django 1.9 and 1.10.
RemovedInDjango110Warning : django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
Any change of getting this merged?
Will this be merged? Support of 1.10 would be really helpful ;)
Based on #116. Fixed
RemovedInDjango110Warning : django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
. Checked work on Django 1.9 and 1.10.