mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23537 -- Added Oracle GIS SchemaEditor.
Thanks Shai Berger for review.
This commit is contained in:
parent
45bd7b3bd9
commit
a8f07530a7
5 changed files with 117 additions and 8 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue