mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Update signals.py
This commit is contained in:
parent
da166537e0
commit
e7bbaa5647
1 changed files with 3 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue