django/docs/releases/2.1.1.txt

14 lines
284 B
Plaintext
Raw Normal View History

2018-08-01 23:13:37 +08:00
==========================
Django 2.1.1 release notes
==========================
*Expected September 1, 2018*
Django 2.1.1 fixes several bugs in 2.1.
Bugfixes
========
* Fixed a race condition in ``QuerySet.update_or_create()`` that could result
in data loss (:ticket:`29499`).