From 74e7f91e6de11bc41ecba5d0b2e1b78d03865d32 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 23 Sep 2014 14:13:59 -0400 Subject: Fixed #23538 -- Added SchemaEditor for MySQL GIS. Thanks Claude Paroz for suggestions and review. --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index a43e1efa8c..a19e19d03b 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -73,3 +73,6 @@ Bugfixes * Fixed bug in migrations that prevented foreign key constraints to unmanaged models with a custom primary key (:ticket:`23415`). + +* Added ``SchemaEditor`` for MySQL GIS backend so that spatial indexes will be + created for apps with migrations (:ticket:`23538`). -- cgit v1.3