We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4343e7a commit dac1c4eCopy full SHA for dac1c4e
README.md
@@ -64,11 +64,12 @@ Instead of overriding `save` and `__init__` in a clunky way that hurts readabili
64
65
# Changelog
66
67
-## Pending
+## 1.0.3 (November 2023)
68
69
- Drop support for Django < 2.2.
70
- Confirm support for Django 5.0. Thanks @adamchainz!
71
- Remove urlman from required packages. Thanks @DmytroLitvinov!
72
+- Add an optional Django check to avoid errors by not inheriting from `LifecycleModelMixin` (or `LifecycleModel`)
73
74
## 1.0.2 (September 2023)
75
django_lifecycle/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.0.2"
+__version__ = "1.0.3"
2
__author__ = "Robert Singer"
3
__author_email__ = "[email protected]"
4
0 commit comments