mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
d8e2be459f
Regression in 7d96f0c49a
.
17 lines
413 B
Plaintext
17 lines
413 B
Plaintext
==========================
|
|
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`).
|
|
|
|
* Fixed a regression where ``QueryDict.urlencode()`` crashed if the dictionary
|
|
contains a non-string value (:ticket:`29627`).
|