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.
1 parent a5eda6a commit 191a9c7Copy full SHA for 191a9c7
README.md
@@ -14,6 +14,10 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
14
15
### 1.7.0 (unreleased)
16
17
+### 1.6.1 (2018-12-02)
18
+
19
+- Make StateLog.description field nullable
20
21
### 1.6.0 (2018-11-14)
22
23
- Add source state on transitions
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='django-fsm-log',
7
- version='1.7.0dev',
+ version='1.6.1',
8
description='Logging for django-fsm',
9
author='Gizmag',
10
author_email='[email protected]',
0 commit comments