blob: 37545843aab89e451065617ecfec23e6744455c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
==========================
Django 2.0.9 release notes
==========================
*October 1, 2018*
Django 2.0.9 fixes a data loss bug in 2.0.8.
Bugfixes
========
* Fixed a race condition in ``QuerySet.update_or_create()`` that could result
in data loss (:ticket:`29499`).
|