You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: