diff options
| author | Grzegorz Slusarek <grzegorz.slusarek@gmail.com> | 2014-12-08 23:37:59 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-12 08:47:21 -0500 |
| commit | 0dea81cd6d34b3e41cc4bbec99b5fdf06142b09e (patch) | |
| tree | 23ac08dc2f4414f89b27de21f84225f5fca6e422 /docs | |
| parent | 43041ee48c802418ec935a2ece59f876f5888c40 (diff) | |
Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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`). |
