- Revert deepcopying model state to copy - Update the initial state after calling `refresh_from_db` on the model instance. Thanks, partizaans! - Refactor: Extract model state methods
1.2.3
- Fix imports
1.2.2
- Fix pypi release by explicitly include `conditions` folder
1.2.1
- Fix import errors
1.2.0
- Hook condition can be now built using some predefined conditions and/or with custom ones. - Fix `has_changed` and `changed_to` when working with mutable data (i.e.: `dict`s). Thanks AlaaNour94
1.1.2
- Fix: Hooks were failing if some watched field (those in `when=""` or `when_any=[...]`) was a `GenericForeignKey`