django-object-actions
django-object-actions copied to clipboard
Incompatibility with django-reversion
Whenever this ModelAdmin mixin is enabled (depending on the order) either the action buttons for this project or the buttons for django-reversion don't show up.
I think creating a custom change_list.html template might do the trick, but is there an easy/official way to take care of this?
I suppose this issue is similar to https://github.com/crccheck/django-object-actions/issues/67
They've been making the admin easier to customize with each version. I still haven't investigated #89 where they added a new block. It's probably time to re-evaluate how to get this inserted into the admin as the current method dates to before Django 2.0.