[Django Admin Customization] Avoid Overwriting Fields When Multiple Users Edit the Same Object

This topic was previously discussed at Automatically setting update_fields when saving a model instance, which includes an explanation of a situation where this would not be desirable outcome.

In fact, while I do acknowledge the problem of a “lost update”, that is actually less problematic to me than inconsistent data generated as a result of an incomplete update.