django-fsm icon indicating copy to clipboard operation
django-fsm copied to clipboard

Django friendly finite state machine support

Results 31 django-fsm issues
Sort by recently updated
recently updated
newest added

Python < 3.7 is no longer supported, so drop support and old syntax. Add `python_requires` in `setup.py` so installs on old Python versions will get older versions of django-fsm.

postponed

Is there a maintainer around? @dfg-98 , maybe? Do you need help with django-fsm? I'm asking, because there are no GitHub Action builds and I'm willing to help you, as...

postponed

Support for Django 4 is made in the commit https://github.com/viewflow/django-fsm/commit/12a1935251255bfde1e58060333328635f50db1e and it's already integrated in master branch. Could you release a new version with this fix to PyPi?

Hi guys, I am trying to graph transitions and I encountered this **TypeError: expected string or bytes-like object**. Have you seen this before? - Python 3.10.4 (main, Apr 14 2022,...

postponed

Hello Folks, For managing te state of your models in a Django project this library is a perfect fit. So thanks for providing this excellent library. I find myself looping...

postponed

only the first class get a chance to work fixes #256

The need is that depending on the type of article, I have to choose a custom workflow model.

(minor feature request) It seems that one can declare transitions that arrive to states that are not values listed in FSMField "choices" parameter. Always using enums here prevents most of...

postponed