fix(core): Enable CenturionAudit model to get model history for item being deleted
ref: #773 #759
This commit is contained in:
@ -208,6 +208,9 @@ class CenturionAudit(
|
||||
|
||||
for field, value in before_encoded.items():
|
||||
|
||||
if field not in after_encoded:
|
||||
continue
|
||||
|
||||
if after_encoded[field] == value:
|
||||
del after_encoded[field]
|
||||
|
||||
|
Reference in New Issue
Block a user