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

clarify integration with readonly fields

seddonym opened this issue · comments

I suggest the documentation is adjusted so that it clarifies that in order to show the status as read only, you also need to add the field in the ModelAdmin's readonly_fields. This took me a while to work out (I assumed it would do it automatically).

Thanks for the package though!

+1
Thanks for your feedback. Saved me some time !