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

Q: How to not show transition button in admin?

jrief opened this issue · comments

Is there a possibility to decorate a method as transition, which when a state transition is allowed, does not show up in the admin page?

I'm asking this, because some of my potential transitions shall only be triggered by external events (through the API), and it thus shall not be possible to trigger them using the buttons added automatically by django-fsm-admin.