[1.7.x] Fixed #24008 -- Fixed ValidationError crash with list of dicts.

Backport of 7a878ca5cb from master
This commit is contained in:
Andrey Maslov 2014-12-23 17:51:36 +02:00 committed by Tim Graham
parent 4abfa73c18
commit 8de2a44064
3 changed files with 31 additions and 3 deletions

View file

@ -186,3 +186,6 @@ Bugfixes
* Restored the ability to use more than five levels of subqueries
(:ticket:`23758`).
* Fixed crash when ``ValidationError`` is initialized with a ``ValidationError``
that is initialized with a dictionary (:ticket:`24008`).