Nicolas Delaby
Nicolas Delaby
each transition belong to a `FSMMeta` instance. I would be great to make sure that we don't conflate different transitions that share the name but are attached to different state...
You are right, name is not overridable (unlike I assumed it was a parameter). then, there couldn't be name collision My bad, thanks. ```python @property def name(self): return self.method.__name__ ```
@gutierri The goal is to encourage collaboration and share the burden of maintaining OSS projects. We will need to be able releases to pypi or make sure packages for distros...
The readme is pretty clear >Mopidy-SoundCloud is currently kept on life support by the Mopidy core developers. It is in need of a more dedicated maintainer. If you want to...
I think `User` + `Stripe Account` unique constraint is desirable also. That is what `UserAccount` is providing.
@pkolios You might want to add some documentation for this one maybe ? Feel free to take over my branch.
@kmmbvnr thanks for maintaining django-fsm so far. Some of us (active users), are apparently interested in pursuing its maintenance, and we think jazzband could be a new home for the...
Please can you submit a test reproducing your use case ? that will be helpful. thanks
Will be solved only through https://github.com/jazzband/django-fsm-log/discussions/133 , I'm afraid.
The changes brought by this PR, were already attempted and discussed. https://github.com/jazzband/django-fsm-log/pull/132 https://github.com/jazzband/django-fsm-log/pull/138 I don't know if you already acknowledged them ?