Django tip: Before you waste unreasonable amount of time trying to fix a potential "race condition"
in your async code, check that you're not calling save() without update_fields which could undo all your hard work
#django #python #grumbling #tip
@felixxm that has never happened to me