mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
pass instance_old to post_log.send (#558)
This commit is contained in:
parent
9f1a09bde7
commit
858034b0c1
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ def _create_log_entry(
|
|||
post_log.send(
|
||||
sender,
|
||||
instance=instance,
|
||||
instance_old=diff_old,
|
||||
action=action,
|
||||
error=error,
|
||||
pre_log_results=pre_log_results,
|
||||
|
|
|
|||
Loading…
Reference in a new issue