#Django friends: do you use save(update_fields=[...]) much? And if so do you use it for performance reasons, to avoid overwriting data saved in another process/thread, or for another reason?