File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
1717## 4.0.0 (not released)
1818
1919- remove support for django 2.2 & 4.0
20+ - remote support for python 3.7 & 3.8
21+ - add support for django 5.1 and python 3.13
22+ - Switch to django-fsm-2
2023
2124## 3.1.0 (2023-03-23)
2225
@@ -184,7 +187,7 @@ article.submit(description="Article reviewed and submitted") # logged with "Art
184187```
185188
186189.. TIP::
187- The "description" argument passed when calling ".submit" has precedence over the default description set in the decorator
190+ The "description" argument passed when calling ".submit" has precedence over the default description set in the decorator
188191
189192The decorator also accepts a ` allow_inline ` boolean argument that allows to set the description inside the transition method.
190193
@@ -240,7 +243,7 @@ is fired.
240243This is useful if:
241244
242245- you need immediate access to StateLog details, and cannot wait until ` django_fsm.signals.post_transition `
243- has been fired
246+ has been fired
244247- at any stage, you need to verify whether or not the StateLog has been written to the database
245248
246249Access to the pending StateLog record is available via the ` pending_objects ` manager
You can’t perform that action at this time.
0 commit comments