- Add support for Python 3.12 and drop support for Python 3.7. - Add support for Django 4.2, 5.0 and drop support for Django 3.2, 4.1. - Fix a bug in admin ("add" and "edit" session).
Thanks [ataylor32](https://github.com/ataylor32)
1.1.4
- Add Django 4.1 support. - Drop support for Python 3.6. - Drop support for Django 2.2, 3.0, 3.1.
Thanks [akx](https://github.com/akx)
1.1.3
- Add Django 4.0 support. - Drop support for Django 1.11, 2.0, 2.1.
1.1.2
- Use gettext_lazy instead of ugettext_lazy.
Thanks [akx](https://github.com/akx)
1.1.1
- Set development status to Production/Stable in setup.py.