mirror of
https://github.com/django/django.git
synced 2025-08-18 17:50:58 +00:00
[1.7.x] Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Backport of 7a878ca5cb
from master
This commit is contained in:
parent
4abfa73c18
commit
8de2a44064
3 changed files with 31 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue