Skip to content

Commit

Permalink
Update django_fsm_log/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Hahler <[email protected]>
  • Loading branch information
ticosax and blueyed committed Apr 26, 2023
1 parent 86aaa11 commit 9262180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_fsm_log/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_source_state_display(self):
class StateLog(PersistedTransitionMixin):
def __init__(self, *args, **kwargs):
warn(
"StateLog model has been deprecated, you should now bring your own Model."
"StateLog model has been deprecated, you should now bring your own model."
"\nPlease check the documentation at https://django-fsm-log.readthedocs.io/en/latest/"
"\nto know how to.",
DeprecationWarning,
Expand Down

0 comments on commit 9262180

Please sign in to comment.