1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26804 -- Fixed a race condition in QuerySet.update_or_create().

This commit is contained in:
Jensen Cochran
2016-06-24 12:08:42 -05:00
committed by Tim Graham
parent 76e19da5b0
commit d44afd8892
3 changed files with 62 additions and 11 deletions

View File

@@ -347,6 +347,7 @@ answer newbie questions, and generally made Django that much better:
Jeff Triplett <jeff.triplett@gmail.com>
Jens Diemer <django@htfx.de>
Jens Page
Jensen Cochran <jensen.cochran@gmail.com>
Jeong-Min Lee <falsetru@gmail.com>
Jérémie Blaser <blaserje@gmail.com>
Jeremy Carbaugh <jcarbaugh@gmail.com>