- Drop Python 2.7 support. - Drop Python 3.5 support. - Tested against Python 3.8. - Tested against Django 2.2, 3.0 and 3.1.
1.7.2
----- 2019-05-21
- Minor fixes in ajax views.
1.7.1
----- 2019-05-21
- Added ``ADMIN_TIMELINE_SIMPLE_FILTER_FORM`` setting for to be used when you have way to many log entries and fetching all content types and users isn't an option.
1.7
--- 2019-05-20
- Drop support for Python 3.4. - Tested against Python 3.7. - Added Django 2.1 and 2.2 support. - Dropping support for Django 1.9 and 1.10.
1.6.2
----- 2018-01-08
- Django 2.0 support.
1.6.1
----- 2017-08-08
- Django 1.11 support. - Fix error on log entries without content type. 6 - Fix templates style blocks not calling base template super. 7