This repository was archived by the owner on Oct 7, 2025. 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-fsmpackage has now been fully integrated intoviewflowas theviewflow.fsmpackage starting from version 3.0.
Deprecation Notice
- Attention: The standalone version of
django-fsmwill 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-fsmversion 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