burke-software / django-mass-edit

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

Incorrect redirection after mass editing #39

Closed d33tah closed 9 years ago

d33tah commented 9 years ago

I just installed django-mass-edit, which basically boiled down to mentioning it in urls.py and settings.py. Mass editing works fine, but after the operation, I get redirected to '/admin/modelname' instead of '/admin/appname/modelname'. How can I fix that?

bufke commented 9 years ago

Thanks, no idea when this started happening. Rewrote the reverse url logic.

d33tah commented 9 years ago

Thank you! Could you push a release with the bugfix?

bufke commented 9 years ago

Done - would appreciate testing