Skip to content

Commit

Permalink
Adjust CHANGES to mention 4.1.0 release and add missing changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Nov 29, 2020
1 parent 1b3ebb7 commit b0be6e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGES
=======

4.0.1 (unreleased)
4.1.0 (2020-11-29)
------------------
- Update InheritanceQuerySetMixin to avoid querying too much tables
- TimeStampedModel now automatically adds 'modified' field as an update_fields
Expand All @@ -12,12 +12,14 @@ CHANGES
- Replace ugettext_lazy with gettext_lazy to satisfy Django deprecation warning
- Add available_objects manager to SoftDeletableModel and add deprecation
warning to objects manager.
- Add support for `Django 3.1`
- StatusModel now automatically adds 'status_changed' field during save as an
update_fieldsparameter when 'status' is present in it to make sure it is not
forgotten.
- Update test requirements
- Move tests to GitHub Actions: https://github.com/jazzband/django-model-utils/actions
- Drop support for `Django 2.1`
- Add support for `Python 3.9`
- Add support for `Django 3.1`

4.0.0 (2019-12-11)
------------------
Expand Down

0 comments on commit b0be6e2

Please sign in to comment.