- Fix: Include missing `django_lifecycle_checks` into python package
1.1.0
- Drop support for Django < 2.2. - Confirm support for Django 5.0. Thanks adamchainz! - Remove urlman from required packages. Thanks DmytroLitvinov! - Add an optional Django check to avoid errors by not inheriting from `LifecycleModelMixin` (or `LifecycleModel`)
1.0.2
- Correct package info to note that Django 4.0, 4.1, and 4.2 are supported.
1.0.1
- Initial state gets reset using `transaction.on_commit()`, fixing the `has_changed()` and `initial_value()` methods for on_commit hooks. Thanks alb3rto269!
1.0.0
- Drops Python 3.6 support - Adds `priority` hook kwarg to control the order in which hooked methods fire. Thanks EnriqueSoria! - Internal cleanup/refactoring. Thanks EnriqueSoria!
0.9.6
- Adds missing `packaging` to `install_requires`. Thanks mikedep333!