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 86aaa11 commit 9262180Copy full SHA for 9262180
django_fsm_log/models.py
@@ -61,7 +61,7 @@ def get_source_state_display(self):
61
class StateLog(PersistedTransitionMixin):
62
def __init__(self, *args, **kwargs):
63
warn(
64
- "StateLog model has been deprecated, you should now bring your own Model."
+ "StateLog model has been deprecated, you should now bring your own model."
65
"\nPlease check the documentation at https://django-fsm-log.readthedocs.io/en/latest/"
66
"\nto know how to.",
67
DeprecationWarning,
0 commit comments