No of course it wasnt

This commit is contained in:
shamoon
2026-02-10 22:20:33 -08:00
parent 06b5c22858
commit 9cd71de89d

View File

@@ -546,7 +546,9 @@ class ConsumerPlugin(
# Create a log entry for the version addition, if enabled
if settings.AUDIT_LOG_ENABLED:
from auditlog.models import LogEntry
from auditlog.models import ( # type: ignore[import-untyped]
LogEntry,
)
LogEntry.objects.log_create(
instance=root_doc,