jacobh / drf-fsm-transitions

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

Not a reusable app -> Repository is dead #12

Open hnykda opened 6 years ago

hnykda commented 6 years ago

If I understand correctly, this app has following unjustifiable assumptions:

  1. a FSMField is called status (e.g. in my case I call it state)
  2. one cannot use different identifier (pk must be used)
  3. transition must have by argument

Some of it seems to be PRed already.

27medkamal commented 5 years ago

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

hnykda commented 5 years ago

I encourage the author @jacobh to archive this repository or archive it and redirect to the above fork.

hnykda commented 5 years ago

@27medkamal Issues are not available at your repo though. Don't you wanna create a fresh one instead of fork?

27medkamal commented 5 years ago

@hnykda thanks for letting me know. I've updated the repository