diff options
| author | Simon Charette <charette.s@gmail.com> | 2015-12-04 13:14:12 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2015-12-07 15:04:13 -0500 |
| commit | c0da598077ea475e65741abbba6993e4677fe501 (patch) | |
| tree | 4e7e90f7e033c899c63f0d782f62c25897666faf /docs | |
| parent | 0154702a987bd06d20e53fe23284b2c4a93b9063 (diff) | |
[1.9.x] Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Thanks to Jean Gourds for the report, Tim and Claude for the review.
Backport of 59b57e672c2f5a685804cce253d2c5314c45c5fa from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index e7c0bfeceb..f56c13e517 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -14,3 +14,5 @@ Bugfixes * Fixed a regression in ``FormMixin`` causing forms to be validated twice (:ticket:`25548`). + +* Fixed a system check crash with nested ``ArrayField``\s (:ticket:`25867`). |
