
0.3.15
------
- update testing matrix to include DJ50. Drop DJ41.

0.3.14
------
- track the current language of a model instance on save
- add locale created/modified fields to the default set of fields
  provided on the mixin

0.3.12
------
- add typing hints

0.3.11
------
- update MANIFEST.in

0.3.10
------
- set up for translations
- drop support for all but 3.11, 4.2, dev in tests

0.3.9
-----
- add audit fields to list_display by default

0.3.8
-----
- use getters in model admin mixins for list display, filter, readonly, etc
- change utcnow to use ZoneInfo

0.3.5
-----
- fix readme to show gh-actions build badge

0.3.4
-----
- drop tests for 3.7, 3.8, DJ3.0, DJ3.1

0.3.2
-----
- add typing hints

0.3.1
-----
- move CI to gh-actions

0.3.0
-----
- remove deprecated ugettext
- test for django versions < 4.0
