Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Releases: viewflow/django-fsm

3.0.0

09 Apr 07:55
Compare
Choose a tag to compare

Integration of django-fsm into viewflow

Major Changes

  • The django-fsm package has now been fully integrated into viewflow as the viewflow.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 to viewflow.fsm.
  • To facilitate a smooth transition, detailed instructions on the migration process, as well as information on accessing new features, have been provided.

Resources

2.8.0

25 Mar 12:30
Compare
Choose a tag to compare
Bump version. Close #267

2.6.1

19 Apr 11:23
Compare
Choose a tag to compare
  • Update pypi classifiers to latest django/python supported versions
  • Several fixes for graph_transition command

2.5.0

07 Mar 07:05
Compare
Choose a tag to compare
  • graph_transition command fix for django 1.10
  • graph_transition command supports GET_STATE targets
  • signal data extended with method args/kwargs and field
  • sets allowed to be passed to the transition decorator

2014-09-03

03 Sep 04:32
Compare
Choose a tag to compare
  • 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