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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user