mirror of
https://github.com/django/django.git
synced 2025-09-20 09:20:14 +00:00
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
This commit is contained in:
parent
a1487deebf
commit
7a878ca5cb
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