Update auditlog/__init__.py

Co-authored-by: Youngkwang Yang <me@youngkwang.dev>
This commit is contained in:
mostafaeftekharizadeh 2025-11-09 15:32:35 +03:30 committed by GitHub
parent 7e4ee64140
commit 43a8c08080
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(