Skip to content

Commit

Permalink
[3.0.x] Refs #31073 -- Added release notes for 02eff7e.
Browse files Browse the repository at this point in the history
Backport of ec12c37 from master
  • Loading branch information
felixxm committed Dec 11, 2019
1 parent 74e1454 commit f4baf2f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/releases/1.11.27.txt
@@ -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 changes: 15 additions & 0 deletions docs/releases/2.2.9.txt
@@ -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`).
5 changes: 5 additions & 0 deletions docs/releases/3.0.1.txt
Expand Up @@ -22,3 +22,8 @@ Bugfixes
:class:`~django.db.models.expressions.Window` expressions to be used in
conditions outside of queryset filters, e.g. in
:class:`~django.db.models.expressions.When` conditions (:ticket:`31060`).

* 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`).
2 changes: 2 additions & 0 deletions docs/releases/index.txt
Expand Up @@ -33,6 +33,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
Expand Down Expand Up @@ -90,6 +91,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
Expand Down

0 comments on commit f4baf2f

Please sign in to comment.