django-concurrency icon indicating copy to clipboard operation
django-concurrency copied to clipboard

Smart conflict detection

Open edmenendez opened this issue 1 year ago • 0 comments

Is there any interest in adding smart conflict detection to this?

The way it could work is, if it detects the version number doesn't match, go ahead and check the other values in the field to see what changed. If the fields you're trying to change were actually not changed since the previous version, then go ahead and allow the update to happen.

This would need to be optional since there are many cases where any update is enough to reject the update. Maybe you want to elaborate the requirements some more.

If there's any interest, I can create attempt to create a PR for this.

edmenendez avatar Aug 28 '24 15:08 edmenendez