mirror of https://github.com/django/django.git
271542dad1
A race condition happened when the object didn't already exist and another process/thread created the object before update_or_create() did and then attempted to update the object, also before update_or_create() saved the object. The update by the other process/thread could be lost. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |