-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.11.x] Refs #31073 -- Added release notes for 02eff7e.
Backport of ec12c37 from master.
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
============================ | ||
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`). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters