~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Support for `class
substitution <http://schinckel.net/2013/06/13/django-proxy-model-state-machine/>`__
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