diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-18 07:42:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-25 20:16:54 -0400 |
| commit | a8f07530a74839d20f1f2fb2cc7f5b8ef2215782 (patch) | |
| tree | 8788dbe2a550696354288f28c646149182c77b8a /docs | |
| parent | 45bd7b3bd9008941580c100b9fc7361e3ff3ff0d (diff) | |
Fixed #23537 -- Added Oracle GIS SchemaEditor.
Thanks Shai Berger for review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.1.txt | 3 |
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`). |
