From 03bd79ed2124d149114fa3b702878d75159ba2b8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 28 Oct 2014 08:10:45 -0400 Subject: Fixed #23719 -- Fixed MySQL 5.6 crash with GeometryFields in migrations. --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index a28a86d551..80405da719 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -24,3 +24,6 @@ Bugfixes * Fixed a :djadmin:`makemessages` regression in 1.7.1 when :setting:`STATIC_ROOT` has the default ``None`` value (:ticket:`23717`). + +* Fixed MySQL 5.6+ crash with ``GeometryField``\s in migrations + (:ticket:`23719`). -- cgit v1.3