burke-software / django-mass-edit

Make bulk changes in the Django admin interface
155 stars 68 forks source link

Added support for Django 1.6 #7

Closed syrusakbary closed 11 years ago

syrusakbary commented 11 years ago

In Django 1.6 doesn't exist the module django.conf.urls.defaults. Since Django 1.4 is renamed to django.conf.urls https://docs.djangoproject.com/en/dev/releases/1.4/#django-conf-urls-defaults

syrusakbary commented 11 years ago

The get_ordered_objects method does not exist in Django 1.6

bufke commented 11 years ago

Thanks!