Fix: Revert masking the content field in auditlog (#6981)

This commit is contained in:
Felix Eckhofer 2024-06-12 15:34:49 +02:00 committed by GitHub
parent d03058e539
commit 9e8b96cd34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -929,7 +929,6 @@ if settings.AUDIT_LOG_ENABLED:
auditlog.register(
Document,
m2m_fields={"tags"},
mask_fields=["content"],
exclude_fields=["modified"],
)
auditlog.register(Correspondent)