Skip to content

Releases: maykinmedia/django-timeline-logger

4.0.0

22 Feb 15:23
b602d9a
Compare
Choose a tag to compare

What's Changed

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

  • Dropped Python < 3.10 support
  • Confirmed support for Python 3.12 (Removed usage of pkg_resources)
  • Dropped support for Django 4.1
  • Update tooling and move to pyproject.toml

Full Changelog: 3.0.0...4.0.0

3.0.0

12 Jul 08:42
Compare
Choose a tag to compare

What's Changed

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

  • Dropped Python < 3.8 support
  • Confirmed support for Python 3.11
  • Dropped support for end-of-life Django 2.x, 4.0.x
  • Confirmed support for Django 4.2

Full Changelog: 2.1.0...3.0.0

2.0.0 maintenance release

15 Feb 17:02
2.0.0
Compare
Choose a tag to compare

Dropped support for old python and django versions, added support for currently supported python/django versions.

Management command hooks

16 Oct 10:53
Compare
Choose a tag to compare

Added hooks so that the report_mailing command can be subclassed more easily without having to override core functionality.

0.5.0

20 Jul 21:11
Compare
Choose a tag to compare
Bump version to 0.5.0 Stable.

0.4.2

01 Jul 14:50
Compare
Choose a tag to compare
  • Added unit tests for the report_mailing command.
  • Added documentation.