====== Release date: 2011-08-10 Notes: * Corrects overridden ``save()``: use the ``class_prepared`` signal to rewrite the ``save()``
1.3.2
====== Release date: 2011-07-18 Notes: * Corrects overridden ``save()``: handler only needs to be called when object is created
1.3.1
====== Release date: 2011-07-18 Notes: * Corrects overridden ``save()`` (first save the DB, then call the handler)
1.3.0
====== Release date: 2011-07-08 Notes: * Adds an handler that will be called after the object arrived in a new state * Overriding the ``save()`` method of models from now on