[2.2.x] Refs #31073 -- Added release notes for 02eff7ef60466da108b1a33f1e4dc01eec45c99d.
Backport of ec12c37384798093e359971c8980fe0c68d555bc from master.
This commit is contained in:
parent
f33be1e8ae
commit
86befcc172
15
docs/releases/1.11.27.txt
Normal file
15
docs/releases/1.11.27.txt
Normal file
@ -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`).
|
15
docs/releases/2.2.9.txt
Normal file
15
docs/releases/2.2.9.txt
Normal file
@ -0,0 +1,15 @@
|
||||
==========================
|
||||
Django 2.2.9 release notes
|
||||
==========================
|
||||
|
||||
*Expected January 2, 2020*
|
||||
|
||||
Django 2.2.9 fixes a data loss bug in 2.2.8.
|
||||
|
||||
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`).
|
@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
2.2.9
|
||||
2.2.8
|
||||
2.2.7
|
||||
2.2.6
|
||||
@ -82,6 +83,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.11.27
|
||||
1.11.26
|
||||
1.11.25
|
||||
1.11.24
|
||||
|
Loading…
x
Reference in New Issue
Block a user