Releases: barseghyanartur/django-admin-timeline
Releases · barseghyanartur/django-admin-timeline
1.8-2021-01-30
- 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.6.1-2017-04-08
1.6-2016-12-13
Announcing dropping support of Python versions 2.6 and 3.3, as well as Django versions 1.4, 1.5, 1.6 and 1.7. As of django-admin-timeline
1.6 everything is still backwards compatible with these versions, but in future versions it will be wiped out.
- Django 1.9 and 1.8 compatibility.
- pep8 fixes.
1.5.4-2015-10-02
- Fix broken admin URLs for entries on Django 1.4/1.5.
1.5.3-2015-09-08
- Fix broken loader image.
1.5.2-2015-09-08
- Django 1.4 fixes.
1.5.1-2015-03-16
- Fix improperly resolved URLs of the content types.
- Fix broken image loader URL.
- Replace checkboxes with jQuery multiple-select plugin checkboxes.
- Update the jQuery version used to 1.11.12.
1.5-2015-03-15
- Django 1.8 support.
- Support for wheel packages.
- Refactored JavaScript.
- Mention Heroku demo in documentation.
- Minor speed-ups and improvements.