From 4d933ad4181a511f3ced98edba4e17aff054e0e2 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Sat, 12 Sep 2015 22:06:35 +0300 Subject: Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable default. --- docs/releases/1.8.5.txt | 3 +++ docs/spelling_wordlist | 1 + 2 files changed, 4 insertions(+) (limited to 'docs') 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 1edaa68d49..0aba338d18 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -869,6 +869,7 @@ unglamorous ungrouped unhandled unharmful +unhashable unicode uninstall uninstalling -- cgit v1.3