summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-18 07:42:51 -0400
committerTim Graham <timograham@gmail.com>2014-09-25 21:25:46 -0400
commit9d7a4ea20510a2e35fdeac21d67f3f4c17634c25 (patch)
tree7be393cb3bdd4637dd5714c4f0b6eb2760155a6b /docs
parent692df414190b0cef0926bf50a758c222fefa6114 (diff)
[1.7.x] Fixed #23537 -- Added Oracle GIS SchemaEditor.
Thanks Shai Berger for review. Backport of a8f07530a7 from master
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 3b53534185..a1149d37cd 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -77,6 +77,9 @@ Bugfixes
* Added ``SchemaEditor`` for MySQL GIS backend so that spatial indexes will be
created for apps with migrations (:ticket:`23538`).
+* Added ``SchemaEditor`` for Oracle GIS backend so that spatial metadata and
+ indexes will be created for apps with migrations (:ticket:`23537`).
+
* Coerced the ``related_name`` model field option to unicode during migration
generation to generate migrations that work with both Python 2 and 3
(:ticket:`23455`).