- Fix graph_transitions commnad for Django>=4.0 - Preserve chosen "using" DB in ConcurentTransitionMixin - Fix error message in GET_STATE - Implement Transition __hash__ and __eq__ for 'in' operator
2.8.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Improve fix for get_available_FIELD_transition
2.8.0
~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fix get_available_FIELD_transition on django>=3.2 - Fix refresh_from_db for ConcurrentTransitionMixin
2.7.1
~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fix warnings on Django 3.1+
2.7.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Django 3.0 support - Test on Python 3.8
2.6.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Update pypi classifiers to latest django/python supported versions - Several fixes for graph_transition command