pass instance_old to post_log.send (#558)

This commit is contained in:
Saeed Rasooli 2023-08-30 11:33:06 +03:30 committed by GitHub
parent 9f1a09bde7
commit 858034b0c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,