drf-fsm-transitions
drf-fsm-transitions copied to clipboard
Not a reusable app -> Repository is dead
If I understand correctly, this app has following unjustifiable assumptions:
- a FSMField is called
status
(e.g. in my case I call itstate
) - one cannot use different identifier (
pk
must be used) - transition must have
by
argument
Some of it seems to be PRed already.
Agree. It seems this repository in unmaintained. I've therefore created a new package and addressed the issues above and some other issues I've encountered as well.
https://github.com/27medkamal/djangorestframework-fsm
I encourage the author @jacobh to archive this repository or archive it and redirect to the above fork.
@27medkamal Issues are not available at your repo though. Don't you wanna create a fresh one instead of fork?
@hnykda thanks for letting me know. I've updated the repository