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 a62a58d commit b7836ddCopy full SHA for b7836dd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# 1.1.2 (November 2023)
4
+
5
+ - Fix: Hooks were failing if some watched field (those in `when=""` or `when_any=[...]`) was a `GenericForeignKey`
6
7
## 1.1.1 (November 2023)
8
9
- Fix: Include missing `django_lifecycle_checks` into python package
django_lifecycle/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.1.1"
+__version__ = "1.1.2"
__author__ = "Robert Singer"
__author_email__ = "[email protected]"
0 commit comments