Skip to content

Commit 9262180

Browse files
ticosaxblueyed
andcommitted
Update django_fsm_log/models.py
Co-authored-by: Daniel Hahler <[email protected]>
1 parent 86aaa11 commit 9262180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_fsm_log/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_source_state_display(self):
6161
class StateLog(PersistedTransitionMixin):
6262
def __init__(self, *args, **kwargs):
6363
warn(
64-
"StateLog model has been deprecated, you should now bring your own Model."
64+
"StateLog model has been deprecated, you should now bring your own model."
6565
"\nPlease check the documentation at https://django-fsm-log.readthedocs.io/en/latest/"
6666
"\nto know how to.",
6767
DeprecationWarning,

0 commit comments

Comments
 (0)