diff --git a/django_fsm_log/models.py b/django_fsm_log/models.py index 8db7848..57ef951 100644 --- a/django_fsm_log/models.py +++ b/django_fsm_log/models.py @@ -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,