jacobh / drf-fsm-transitions

Automatically hook your Django-FSM transitions up to Django REST Framework
MIT License
28 stars 14 forks source link

Allow explicit choosing of state field name #9

Open alexdutton opened 8 years ago

alexdutton commented 8 years ago

An alternative solution to #4.

Lets users provide state change views for one or more of their FSMFields.

hnykda commented 7 years ago

+1