mirror of
https://github.com/django/django.git
synced 2025-09-28 04:54:53 +00:00
Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
This commit is contained in:
parent
43041ee48c
commit
0dea81cd6d
3 changed files with 23 additions and 1 deletions
|
@ -119,3 +119,5 @@ Bugfixes
|
|||
* Fixed bug in ``makemigrations`` that created broken migration files when
|
||||
dealing with multiple table inheritance and inheriting from more than one
|
||||
model (:ticket:`23956`).
|
||||
|
||||
* Fixed a crash when a ``MultiValueField`` has invalid data (:ticket:`23674`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue