Skip to content

Commit b0be6e2

Browse files
committed
Adjust CHANGES to mention 4.1.0 release and add missing changes.
1 parent 1b3ebb7 commit b0be6e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
=======
33

4-
4.0.1 (unreleased)
4+
4.1.0 (2020-11-29)
55
------------------
66
- Update InheritanceQuerySetMixin to avoid querying too much tables
77
- TimeStampedModel now automatically adds 'modified' field as an update_fields
@@ -12,12 +12,14 @@ CHANGES
1212
- Replace ugettext_lazy with gettext_lazy to satisfy Django deprecation warning
1313
- Add available_objects manager to SoftDeletableModel and add deprecation
1414
warning to objects manager.
15-
- Add support for `Django 3.1`
1615
- StatusModel now automatically adds 'status_changed' field during save as an
1716
update_fieldsparameter when 'status' is present in it to make sure it is not
1817
forgotten.
1918
- Update test requirements
2019
- 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`
2123

2224
4.0.0 (2019-12-11)
2325
------------------

0 commit comments

Comments
 (0)