Skip to content

Commit e95bfa7

Browse files
committed
Update readme
1 parent 7ff2c70 commit e95bfa7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

189192
The 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.
240243
This 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

246249
Access to the pending StateLog record is available via the `pending_objects` manager

0 commit comments

Comments
 (0)