We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851ad1f commit 6b6da83Copy full SHA for 6b6da83
CHANGES.rst
@@ -7,6 +7,10 @@ To be released
7
instead of `django.utils.timezone.now` - when nullable and without a default.
8
- Add Brazilian Portuguese translation (GH-#578)
9
- Don't use `post_init` signal for initialize tracker
10
+- Make `contribute_to_class()` in `StatusField`, `MonitorField` and `SplitField`
11
+ forward additional arguments to Django
12
+- Make `soft` argument to `SoftDeletableModel.delete()` keyword-only,
13
+ to be able to forward arguments added in Django, such as `keep_parents`
14
15
4.4.0 (2024-02-10)
16
------------------
0 commit comments