This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
Releases: viewflow/django-fsm
Releases · viewflow/django-fsm
3.0.0
Integration of django-fsm into viewflow
Major Changes
- The
django-fsm
package has now been fully integrated intoviewflow
as theviewflow.fsm
package starting from version 3.0.
Deprecation Notice
- Attention: The standalone version of
django-fsm
will no longer be maintained nor receive any further updates. This transition marks a significant milestone in our efforts to streamline development workflows and enhance functionality.
Action Required
- Users requiring the new functionalities introduced in
django-fsm
version 3.0 or later are strongly encouraged to migrate toviewflow.fsm
. - To facilitate a smooth transition, detailed instructions on the migration process, as well as information on accessing new features, have been provided.
Resources
- Migration Guide & Documentation: For comprehensive guidelines and further details on the migration process, please visit our official documentation at https://docs.viewflow.io/fsm/index.html.
2.8.0
2.6.1
2.5.0
2014-09-03
- Support for class substitution to proxy classes depending on the state
- Added ConcurrentTransitionMixin with optimistic locking support
- Default db_index=True for FSMIntegerField removed
- Graph transition code migrated to new graphviz library with python 3 support
- Ability to change state on transition exception