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:25:08 -0400 |
| commit | 4d933ad4181a511f3ced98edba4e17aff054e0e2 (patch) | |
| tree | 25cda0af854de4c497182a1993123ec3745e6bf6 /docs/releases/1.8.5.txt | |
| parent | b8b776aabe9afcd771f5c49afd2b41b44cae65a4 (diff) | |
Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable default.
Diffstat (limited to 'docs/releases/1.8.5.txt')
| -rw-r--r-- | docs/releases/1.8.5.txt | 3 |
1 files changed, 3 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`). |
