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:50:38 -0500 |
| commit | 4b96e862b4674e85d1a28f2849685aa3135bc557 (patch) | |
| tree | dab7d6b4d17fe76f88198dfc26db423ac2a3e17c /docs | |
| parent | a189e9f0d03bfdbf5008533358c2941f15b86d58 (diff) | |
[1.7.x] Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
Backport of 0dea81cd6d34b3e41cc4bbec99b5fdf06142b09e from master
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`). |
