======= Release date: 2011-05-13 Notes: * Print the traceback when an exception occurs during a failed state transition
1.2.19
======= Release date: 2011-05-06 Notes: * Use custom exception instead of a plain ``Exception``
1.2.18
======= Release date: 2011-05-02 Notes: * Use the ``get_state_info()`` method instead of deep-calling the ``StateMachine``
1.2.17
======= Release date: 2011-05-02 Notes: * Updates South support * Store transition kwargs in log
1.2.16
======= Release date: 2011-04-29 Notes: * Created a ``StateField`` (and updated ``StateModel`` to use this) * Removed model cache. Use the one build into Django.