<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/releases/2.0.9.txt, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-10-01T07:55:56Z</updated>
<entry>
<title>Added release date for 2.0.9 release.</title>
<updated>2018-10-01T07:55:56Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2018-10-01T07:55:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a4932be483368d17d907d8d5492c4701a6631d87'/>
<id>urn:sha1:a4932be483368d17d907d8d5492c4701a6631d87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().</title>
<updated>2018-08-02T21:07:48Z</updated>
<author>
<name>Michael Sanders</name>
<email>michael.sanders@arm.com</email>
</author>
<published>2018-08-01T09:52:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=271542dad1686c438f658aa6220982495db09797'/>
<id>urn:sha1:271542dad1686c438f658aa6220982495db09797</id>
<content type='text'>
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.
</content>
</entry>
</feed>
