mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-04-29 03:04:44 +00:00
Update signals.py
Removed trailing whitespace...
This commit is contained in:
parent
12c3c7fc6c
commit
b51b849cac
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ 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, with one exception: if any receiver returns False,
|
||||
no logging will be made. This can be useful if logging should be
|
||||
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
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue