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?
Whenever this
ModelAdminmixin 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.htmltemplate might do the trick, but is there an easy/official way to take care of this?