summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-23 14:13:59 -0400
committerTim Graham <timograham@gmail.com>2014-09-25 13:53:44 -0400
commit74e7f91e6de11bc41ecba5d0b2e1b78d03865d32 (patch)
tree0257a2f988de966ba95fe86f4946f31698bfb94f /docs
parent215aa4f53b6bbd07d5c1eecfa94e7fcd00da813e (diff)
Fixed #23538 -- Added SchemaEditor for MySQL GIS.
Thanks Claude Paroz for suggestions and review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).