From 0dea81cd6d34b3e41cc4bbec99b5fdf06142b09e Mon Sep 17 00:00:00 2001 From: Grzegorz Slusarek Date: Mon, 8 Dec 2014 23:37:59 +0100 Subject: Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data. --- docs/releases/1.7.2.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index b049ae6837..ad2068044e 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -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`). -- cgit v1.3