Open stefanocrosta opened 11 years ago
Both django.conf.urls.defaults and django.utils.simplejson are deprecated.
For backward compatibility, this safely try importing django.conf.urls first, fallback to django.conf.urls.defaults later.
This would be very helpful if the pul were accepted. Thanks!
It is a good thing to have, because django.conf.urls.defaults was removed in Django 1.6.
Django 1.6 has been out for 5 months; can this be merged?
Both django.conf.urls.defaults and django.utils.simplejson are deprecated.
For backward compatibility, this safely try importing django.conf.urls first, fallback to django.conf.urls.defaults later.