summaryrefslogtreecommitdiff
path: root/docs/releases/1.8.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.8.5.txt')
-rw-r--r--docs/releases/1.8.5.txt3
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`).