gadventures / django-fsm-admin

Mixin and template tags to integrate django-fsm transitions into the django admin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buttons in get_list_display

vladimirmyshkovski opened this issue · comments

For my project, it is important that it is possible to add button buttons to get_list_display.
In your example, I saw how this can be done in the form of editing.
I looked at the source code templatetags and did not see anything that I need.
Tell me, do you have a ready-made version of how to do this, or do I need to implement it from scratch?