Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.

This commit is contained in:
Grzegorz Slusarek 2014-12-08 23:37:59 +01:00 committed by Tim Graham
parent 43041ee48c
commit 0dea81cd6d
3 changed files with 23 additions and 1 deletions

View file

@ -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`).