1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #31073 -- Added release notes for 02eff7ef60.

This commit is contained in:
Mariusz Felisiak
2019-12-11 10:07:41 +01:00
committed by GitHub
parent e703b93a65
commit ec12c37384
4 changed files with 37 additions and 0 deletions

15
docs/releases/2.2.9.txt Normal file
View 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`).