diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2015-09-12 22:06:35 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-14 12:28:04 -0400 |
| commit | 69017bade0bcce0671e7d64c5a78626efa82a4ff (patch) | |
| tree | 94c520c5f1519e28bce7bc804fc21661a39cc9f5 /docs | |
| parent | 07e01dce4091a6bb5bba1f8ae6490ff32c40e3bf (diff) | |
[1.8.x] Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable default.
Backport of 4d933ad4181a511f3ced98edba4e17aff054e0e2 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.5.txt | 3 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt index c2557bd1c2..917599447f 100644 --- a/docs/releases/1.8.5.txt +++ b/docs/releases/1.8.5.txt @@ -29,3 +29,6 @@ Bugfixes * Alphabetized ordering of imports in ``from django.db import migrations, models`` statement in newly created migrations (:ticket:`25384`). + +* Fixed migrations crash on MySQL when adding a text or a blob field with an + unhashable default (:ticket:`25393`). diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 1bdcc3af66..73618b07b9 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -695,6 +695,7 @@ unescaped ungrouped unhandled unharmful +unhashable unicode uninstall uninstalling |
