Update signals.py

This commit is contained in:
errrken 2023-11-23 17:52:45 +01:00 committed by GitHub
parent da166537e0
commit e7bbaa5647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,9 @@ Keyword arguments sent with this signal:
audit log entry. Type: :class:`auditlog.models.LogEntry.Action`
The receivers' return values are sent to any :func:`post_log`
signal receivers.
signal receivers, with one exception: if any receiver returns False,
no logging will be made. This can be useful if logging should be
conditionally enabled / disabled
"""
post_log = django.dispatch.Signal()