We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0480d7e + 3f5fb34 commit 32ade29Copy full SHA for 32ade29
README.md
@@ -12,8 +12,11 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
12
13
## Changelog
14
15
-### unreleased
+### 1.7.0 (unreleased)
16
17
+### 1.6.0 (2018-11-14)
18
+
19
+- Add source state on transitions
20
- Fixed `get_state_display` with FSMIntegerField (#63)
21
- Fixed handling of transitions if target is None (#71)
22
- Added `fsm_log_description` decorator (#1, #67)
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='django-fsm-log',
7
- version='1.6.0dev',
+ version='1.6.0',
8
description='Logging for django-fsm',
9
author='Gizmag',
10
author_email='[email protected]',
0 commit comments