0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/releases/1.11.27.txt
2019-12-11 10:07:41 +01:00

16 lines
451 B
Plaintext

============================
Django 1.11.27 release notes
============================
*Expected January 2, 2020*
Django 1.11.27 fixes a data loss bug in 1.11.26.
Bugfixes
========
* Fixed a data loss possibility in
:class:`~django.contrib.postgres.forms.SplitArrayField`. When using with
``ArrayField(BooleanField())``, all values after the first ``True`` value
were marked as checked instead of preserving passed values (:ticket:`31073`).