Skip to content

Post save signal with the delta information #1317

Open
@rminsk

Description

@rminsk

I am looking at logging changes to some of my documents for auditing. Based on Issue #589 the post_save signal is now being sent before the changed fields are being cleared. It would be nice if somehow the updates/removals (self._delta) could be passed to the signal. Right now I have to recompute the delta. I'm not quite sure how this could be done in a backwards compatible way unless everyone receiver is using **kwargs. Maybe a new signal could be added.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions