From 43a8c080803c3a598ef085cdca35203969323390 Mon Sep 17 00:00:00 2001 From: mostafaeftekharizadeh <87354214+mostafaeftekharizadeh@users.noreply.github.com> Date: Sun, 9 Nov 2025 15:32:35 +0330 Subject: [PATCH] Update auditlog/__init__.py Co-authored-by: Youngkwang Yang --- auditlog/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auditlog/__init__.py b/auditlog/__init__.py index 97c065f..3f39bfd 100644 --- a/auditlog/__init__.py +++ b/auditlog/__init__.py @@ -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(