Releases: jazzband/django-fsm-log
Releases · jazzband/django-fsm-log
v3.1.1 . Same as v3.1.0, with an addiotnal fix for release workflow
What's Changed
Full Changelog: v3.1.0...v3.1.1
v3.1.0
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
- @knaperek made their first contribution in #103
- @pre-commit-ci made their first contribution in #124
- @dependabot made their first contribution in #130
- @lorenzomorandini made their first contribution in #143
Full Changelog: v3.0.0...v3.1.0
Maintenance release django>=3.2, python>=3.7 + allow using StateLogManager in migrations
Merge pull request #112 from ticosax/new-release Release 3.0.0
Forgot to bump package version
v2.0.1 I forgot to bump package version
add Django 3 suport, drop python2 support
Merge pull request #101 from ticosax/prepare-new-release Prepare next release
Fix migration history
Merge pull request #91 from ticosax/v1.6.2 Prepare new version 1.6.2
Make StateLog.description field nullable
Merge pull request #86 from ticosax/v1.6.1 preparation for next release
description + source_state fields
Admin integration + pytest
- cleanup deprecated code.
- add codecov support.
- switch to pytest.
- add Admin integration to visualize past transitions.
Django 2.0 compatible
Merge pull request #51 from ticosax/release-1.4.0 Make 1.4.0 release