* Maintainer is now Jef Geskens * Django 1.7 support * Merged pull request 65 from José Padilla * Starting point of more regular PyPI releases
1.4.3
====== Release date: 2012-01-04 Notes: * Adds signals around state transition executions (``before_state_execute`` and ``after_state_execute`` in ``states2.signals``) * Updates docs
1.4.2
====== Release date: 2011-11-05 Notes: * Updates ``StateGroup`` to support an exclude list (instead of stating all states that included in the group, state the ones that are not included) * Updates ``get_admin_actions`` to support a non-default (``state``) field name * Updates docs
1.4.1
====== Release date: 2011-10-28 Notes: * Store the version differently in Sphinx configuration
======= Release date: 2011-09-22 Notes: * Updates ``save()`` to support disabling state validation (used mainly during migrations) * Reverts change of v1.3.10 in ``get_STATE_info``