I still don't understand why you want to persist unvalidated data to the db then? if a user requests the data in mid-update, that's something that can be handled with transaction locks on the db. so when that happens, the request will wait till the locks are released before executing the db query
https://stackoverflow.com/questions/42520917/does-django-atomic-transaction-lock-the-database -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d4044b1c-9ef8-4b17-99e3-67c8ea1d82ec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.