File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # 1.2.0 (February 2024)
4+
5+ - Hook condition can be now built using some predefined conditions and/or with custom ones.
6+ - Fix ` has_changed ` and ` changed_to ` when working with mutable data (i.e.: ` dict ` s). Thanks @AlaaNour94
7+
38# 1.1.2 (November 2023)
49
510 - Fix: Hooks were failing if some watched field (those in ` when="" ` or ` when_any=[...] ` ) was a ` GenericForeignKey `
Original file line number Diff line number Diff line change 1- __version__ = "1.1.2 "
1+ __version__ = "1.2.0 "
22__author__ = "Robert Singer"
33__author_email__ = "[email protected] " 44
@@ -7,7 +7,4 @@ class NotSet(object):
77 pass
88
99
10- from .decorators import hook
1110from .hooks import *
12- from .mixins import LifecycleModelMixin
13- from .models import LifecycleModel
You can’t perform that action at this time.
0 commit comments