add himself to log

This commit is contained in:
2025-04-02 16:04:06 -03:00
parent 748764833b
commit 34085af4a8
3 changed files with 13 additions and 5 deletions

View File

@@ -89,6 +89,7 @@ class AuditLogMiddleware(BaseMiddlewareHandler):
action=self.action,
data=data,
ip=ip_addr,
author='himself',
ttl=retention_days,
)