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 03be703 commit cf9dbd9Copy full SHA for cf9dbd9
README.md
@@ -61,6 +61,10 @@ Instead of overriding `save` and `__init__` in a clunky way that hurts readabili
61
62
# Changelog
63
64
+## 0.9.4 (February 2022)
65
+
66
+- Adds optional @hook `on_commit` argument for executing hooks when the database transaction is committed. Thanks @amcclosky!
67
68
## 0.9.3 (October 2021)
69
70
- Correct packge info to note that Django 3.2 is supported.
django_lifecycle/__init__.py
@@ -1,6 +1,6 @@
1
from .django_info import IS_GTE_1_POINT_9
2
3
-__version__ = "0.9.3"
+__version__ = "0.9.4"
4
__author__ = "Robert Singer"
5
__author_email__ = "[email protected]"
6
0 commit comments