We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea58763 commit a615a09Copy full SHA for a615a09
CHANGES.rst
@@ -7,6 +7,9 @@ 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 `StatusField.contribute_to_class()` forward additional arguments to Django
11
+- Make `soft` argument to `SoftDeletableModel.delete()` keyword-only,
12
+ to be able to forward arguments added in Django, such as `keep_parents`
13
14
4.4.0 (2024-02-10)
15
------------------
0 commit comments