mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-05 14:14:43 +00:00
Update receivers.py
This commit is contained in:
parent
c581a6e647
commit
da166537e0
1 changed files with 4 additions and 0 deletions
|
|
@ -108,6 +108,10 @@ def _create_log_entry(
|
|||
instance=instance,
|
||||
action=action,
|
||||
)
|
||||
|
||||
if any(item[1] is False for item in pre_log_results):
|
||||
return
|
||||
|
||||
error = None
|
||||
log_created = False
|
||||
changes = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue