File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
=======
3
3
4
- 4.0.1 (unreleased )
4
+ 4.1.0 (2020-11-29 )
5
5
------------------
6
6
- Update InheritanceQuerySetMixin to avoid querying too much tables
7
7
- TimeStampedModel now automatically adds 'modified' field as an update_fields
@@ -12,12 +12,14 @@ CHANGES
12
12
- Replace ugettext_lazy with gettext_lazy to satisfy Django deprecation warning
13
13
- Add available_objects manager to SoftDeletableModel and add deprecation
14
14
warning to objects manager.
15
- - Add support for `Django 3.1 `
16
15
- StatusModel now automatically adds 'status_changed' field during save as an
17
16
update_fieldsparameter when 'status' is present in it to make sure it is not
18
17
forgotten.
19
18
- Update test requirements
20
19
- Move tests to GitHub Actions: https://github.com/jazzband/django-model-utils/actions
20
+ - Drop support for `Django 2.1 `
21
+ - Add support for `Python 3.9 `
22
+ - Add support for `Django 3.1 `
21
23
22
24
4.0.0 (2019-12-11)
23
25
------------------
You can’t perform that action at this time.
0 commit comments