- Added Django 3 and 4 support
- Dropped Python 2.7 support.
- Dropped Django 1.10 / 1.11 support.
- Fixed Django 2.0 support.
- Fixed NoReverseMatch for admin link on newly created objects
- Fixed Python 3 issues.
- Officially marked Python 3 support.
- Added
toolbar_link()
method. - Fixed Python 3 issue.
- Added
?language=..
parameter for django-parler models, so the admin opens the correct language tab.
- Initial release