mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Update auditlog/__init__.py
Co-authored-by: Youngkwang Yang <me@youngkwang.dev>
This commit is contained in:
parent
7e4ee64140
commit
43a8c08080
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ def get_logentry_model():
|
|||
)
|
||||
except ValueError:
|
||||
raise ImproperlyConfigured(
|
||||
"AUDITLOG_ENTRY_MODEL must be of the form 'app_label.model_name'"
|
||||
"AUDITLOG_LOGENTRY_MODEL must be of the form 'app_label.model_name'"
|
||||
)
|
||||
except LookupError:
|
||||
raise ImproperlyConfigured(
|
||||
|
|
|
|||
Loading…
Reference in a new issue