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

[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 59b57e672c from master
This commit is contained in:
Simon Charette
2015-12-04 13:14:12 -05:00
parent 0154702a98
commit c0da598077
3 changed files with 34 additions and 3 deletions

View File

@@ -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`).