14 lines
289 B
Plaintext
14 lines
289 B
Plaintext
==========================
|
|
Django 2.0.9 release notes
|
|
==========================
|
|
|
|
*Expected September 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`).
|