You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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