django-object-actions icon indicating copy to clipboard operation
django-object-actions copied to clipboard

Incompatibility with django-reversion

Open wolph opened this issue 6 years ago • 2 comments

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?

wolph avatar Apr 07 '19 20:04 wolph

I suppose this issue is similar to https://github.com/crccheck/django-object-actions/issues/67

wolph avatar Apr 07 '19 20:04 wolph

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.

crccheck avatar Apr 08 '19 16:04 crccheck