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 14:45:22 -0500 |
| commit | 59b57e672c2f5a685804cce253d2c5314c45c5fa (patch) | |
| tree | 0bacbb67cc65688dcdec3396564d01ee3591641b /docs | |
| parent | 9c835990ea2911c06a877296fbc25157c1302e1d (diff) | |
Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Thanks to Jean Gourds for the report, Tim and Claude for the review.
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`). |
