Skip to content

Releases: barseghyanartur/django-admin-timeline

1.8-2021-01-30

13 Feb 22:53
Compare
Choose a tag to compare
  • 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

02 Feb 08:48
Compare
Choose a tag to compare
  • Minor fixes in ajax views.

1.7.1-2019-05-21

13 Feb 22:55
Compare
Choose a tag to compare
  • 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

07 Apr 22:07
Compare
Choose a tag to compare
  • Django 1.11 support.
  • Fix error on log entries without content type. #6
  • Fix templates style blocks not calling base template super. #7

1.6-2016-12-13

13 Dec 03:09
Compare
Choose a tag to compare

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

02 Oct 01:36
Compare
Choose a tag to compare
  • Fix broken admin URLs for entries on Django 1.4/1.5.

1.5.3-2015-09-08

02 Oct 01:35
Compare
Choose a tag to compare
  • Fix broken loader image.

1.5.2-2015-09-08

02 Oct 01:35
Compare
Choose a tag to compare
  • Django 1.4 fixes.

1.5.1-2015-03-16

15 Mar 23:43
Compare
Choose a tag to compare
  • 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

15 Mar 01:16
Compare
Choose a tag to compare
  • Django 1.8 support.
  • Support for wheel packages.
  • Refactored JavaScript.
  • Mention Heroku demo in documentation.
  • Minor speed-ups and improvements.