Skip to content

Releases: jazzband/django-fsm-log

v3.1.1 . Same as v3.1.0, with an addiotnal fix for release workflow

23 Mar 15:57
cc4d17c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

23 Mar 14:40
6fb7cc8
Compare
Choose a tag to compare

What's Changed

  • fsm_log_description now accepts a default description parameter
  • Document fsm_log_description decorator
  • Add support for Django 4.1
  • Add compatibility for python 3.11

New Contributors

Full Changelog: v3.0.0...v3.1.0

Maintenance release django>=3.2, python>=3.7 + allow using StateLogManager in migrations

14 Jan 14:21
2f9e763
Compare
Choose a tag to compare
Merge pull request #112 from ticosax/new-release

Release 3.0.0

Forgot to bump package version

26 Mar 11:25
c8657ef
Compare
Choose a tag to compare
v2.0.1

I forgot to bump package version

add Django 3 suport, drop python2 support

26 Mar 11:20
d80dc0e
Compare
Choose a tag to compare
Merge pull request #101 from ticosax/prepare-new-release

Prepare next release

Fix migration history

06 Jan 17:38
7426297
Compare
Choose a tag to compare
Merge pull request #91 from ticosax/v1.6.2

Prepare new version 1.6.2

Make StateLog.description field nullable

02 Dec 17:16
a708f7a
Compare
Choose a tag to compare
Merge pull request #86 from ticosax/v1.6.1

preparation for next release

description + source_state fields

14 Nov 22:38
d63cbcf
Compare
Choose a tag to compare
  • Add source state on transitions
  • Fixed get_state_display with FSMIntegerField (#63)
  • Fixed handling of transitions if target is None (#71)
  • Added fsm_log_description decorator (#1, #67)
  • Dropped support for Django 1.10 (#64)

Admin integration + pytest

29 Nov 08:20
0677851
Compare
Choose a tag to compare
  • cleanup deprecated code.
  • add codecov support.
  • switch to pytest.
  • add Admin integration to visualize past transitions.

Django 2.0 compatible

09 Nov 15:21
4c28eea
Compare
Choose a tag to compare
Merge pull request #51 from ticosax/release-1.4.0

Make 1.4.0 release