summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorMichael Sanders <michael.sanders@arm.com>2018-08-01 10:52:28 +0100
committerTim Graham <timograham@gmail.com>2018-08-02 17:07:48 -0400
commit271542dad1686c438f658aa6220982495db09797 (patch)
treeccdcdfbe3bb2dd8c27d7f237cbaf877b21074088 /docs/ref/models
parent743d28f5539b17d6e39bd37c6e3df5628b470cac (diff)
Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().
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.
Diffstat (limited to 'docs/ref/models')
0 files changed, 0 insertions, 0 deletions