burke-software / django-mass-edit

Make bulk changes in the Django admin interface
153 stars 67 forks source link

Version 1.5.1 don't work with Django 1.3 #14

Closed dramon closed 10 years ago

dramon commented 10 years ago

In files massadmin.py and urls.py is import: from django.conf.urls import and for Django 1.3 must be: from django.conf.urls.defaults import

bufke commented 10 years ago

Sorry for the delay. 1.3 isn't supported so I'm not supporting it. If you submit a future proof pull request I would accept it however.