- Add tests/support for Django 3.2, 3.1.
- Add tests/support for Python 3.9.
- Drop support for Python 2.7, 3.4.
- Drop support for Django 1.x, 2.0, 2.1.
- Add tests for Python 3.8, Django 3.0.
- Fix including locale files in wheel package.
- Test on Python 3.7.
- Add tests for Django 2.1.
- Add tests for Django 2.2.
- Remove tests for Django 1.7.
- Fix translations, include locale files in the package.
- Fix admin links for Django 2.0.
- Add tests for Django 1.11 and 2.0 compatibility.
- Drop support for Python 3.2, 3.3.
- Make short_descriptions translatable in admin.py.
- Make use of new get_change_message() method on Django >= 1.11.
- Add Russian, Azerbaijani and Portuguese translations.
- Add tests for Django 1.10 compatibility.
- Add tests and support for Django 1.9 and Python 3.5.
- Drop support for Python 2.5, 2.6, Django 1.4, 1.5, 1.6.
- Fix AttributeError when content_type is None, issue #21.
- Show log entries for users with change_logentry permission, #25.
- Test with py.test instead of unittest.
- Django 1.8 compatibility.
- Added Django 1.7 compatibility.
- Fixed compatibility issues with Django 1.5, 1.4 and Python 3.2.
- Added tests.
- Improved display layout.
- Added links to user and object.
- Added "By staff user" filter.
- Don't allow delete action for LogEntry.
- Better performance by prefetching content types.
- Added an empty model.py file.
- Minor documentation (readme) updates/fixes.
- Added object links and action description.
- Initial release.