~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Backward incompatible release
- All public code import moved directly to django\_fsm package
- Correct support for several transitions decorator with different
source states and conditions on same method
- save parameter from transition decorator removed
- get\_available\_FIELD\_transitions return Transition data object
instead of tuple
- Models got get\_available\_FIELD\_transitions, even if field
specified as string reference
- New get\_all\_FIELD\_transitions method contributed to class