diff options
| author | Andrey Maslov <greyzmeem@gmail.com> | 2014-12-23 17:51:36 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-31 14:43:13 -0500 |
| commit | 7a878ca5cb50ad65fc465cb263a44cc93629f75c (patch) | |
| tree | 98954da265940ab1010e46dee2179f813dacb027 /docs | |
| parent | a1487deebff7bf27a4946a9f5ddd68154fa4834d (diff) | |
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index c4938530e4..1070946d83 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -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`). |
