Fixed #23537 -- Added Oracle GIS SchemaEditor.

Thanks Shai Berger for review.
This commit is contained in:
Tim Graham 2014-09-18 07:42:51 -04:00
parent 45bd7b3bd9
commit a8f07530a7
5 changed files with 117 additions and 8 deletions

View file

@ -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`).