InviteBox / django-live-profiler

A database access profiler for Django-based applications that can be ran in production
193 stars 44 forks source link

django.conf.urls.defaults and django.utils.simplejson are deprecated #16

Open stefanocrosta opened 11 years ago

stefanocrosta commented 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.

joshowen commented 10 years ago

This would be very helpful if the pul were accepted. Thanks!

vkorchagin commented 10 years ago

It is a good thing to have, because django.conf.urls.defaults was removed in Django 1.6.

hfalcic commented 10 years ago

Django 1.6 has been out for 5 months; can this be merged?