Skip to content

Commit

Permalink
pass instance_old to post_log.send (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius authored Aug 30, 2023
1 parent 9f1a09b commit 858034b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auditlog/receivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 858034b

Please sign in to comment.