Skip to content

Tags: maykinmedia/django-timeline-logger

Tags

5.0.0

Toggle 5.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Feature release

* Dropped support for Django 3.2
* The package is now distributed with the ``py.typed`` marker
* Added manager method ``TimelineLog.objects.for_object``, making it easier to get all
  log records related to a particular object.
* Added python utility and management command to prune log records.

4.0.0

Toggle 4.0.0's commit message
Release 4.0.0

3.0.0

Toggle 3.0.0's commit message
🔖 Bump version to 3.0.0

Forgot to bump it...

2.1.0

Toggle 2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Feature release 2.1.0

* dropped Django 2.2 support
* added django 4.0 support
* added support for other databases than postgresql through
  models.JSONField
* improved performance by adding some database indices

2.0.0

Toggle 2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Long overdue maintenance release

No changes in functionality or public API, just our supported versions of Python/Django.

* Dropped Python 2, Python < 3.6 support
* Dropped Django 1.11, 2.0 and 2.1 support
* Added explicit support for Django 2.2 and 3.2
* Added explicit support for Python 3.6, 3.7, 3.8, 3.9 and 3.10

1.1.2

Toggle 1.1.2's commit message
Fixed packaging mistake - translation files are now included

1.1.1

Toggle 1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Added Dutch translations

PR#14, thanks @josvromans

1.1

Toggle 1.1's commit message
Feature release: django-import-export support

* Added django-import-export support

* Added a demo project to showcase the usage/integrations.

1.0

Toggle 1.0's commit message
Support non-integer PKs & general house keeping

0.8.0

Toggle 0.8.0's commit message
Added Django 2.0 support

... and dropped 1.9 support, since it's EOL.