mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
9fee229874
Regression in fc6528b25a
.
24 lines
739 B
Plaintext
24 lines
739 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`).
|
|
|
|
* Fixed a regression in Django 2.0 where using ``manage.py test --keepdb``
|
|
fails on PostgreSQL if the database exists and the user doesn't have
|
|
permission to create databases (:ticket:`29613`).
|
|
|
|
* Fixed a regression in Django 2.0 where combining ``Q`` objects with ``__in``
|
|
lookups and lists crashed (:ticket:`29643`).
|