2018-08-01 17:52:28 +08:00
|
|
|
==========================
|
|
|
|
Django 2.0.9 release notes
|
|
|
|
==========================
|
|
|
|
|
2018-10-01 15:55:56 +08:00
|
|
|
*October 1, 2018*
|
2018-08-01 17:52:28 +08:00
|
|
|
|
|
|
|
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`).
|