index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
db
/
backends
/
oracle
/
schema.py
Age
Commit message (
Expand
)
Author
2024-09-19
Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...
Mariusz Felisiak
2024-09-10
Refs #35074 -- Added _create_spatial_index_sql()/_delete_spatial_index_sql() ...
Mariusz Felisiak
2024-07-29
Refs #35074 -- Simplified and unified adding spatial indexes on MySQL and Ora...
Mariusz Felisiak
2024-01-05
Simplified dropping spatial indexes on MySQL and Oracle.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-30
Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...
Claude Paroz
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2014-09-25
Fixed #23537 -- Added Oracle GIS SchemaEditor.
Tim Graham