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
/
mysql
/
schema.py
Age
Commit message (
Expand
)
Author
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
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-06-20
Refs #35074 -- Avoided failed attempts to remove spatial indexes on nullable ...
Mariusz Felisiak
2024-01-05
Simplified dropping spatial indexes on MySQL and Oracle.
Mariusz Felisiak
2022-07-08
Fixed #33718 -- Dropped support for MySQL 5.7.
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
2021-09-22
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-08-22
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
Nasir Hussain
2019-08-16
Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
Adam Johnson
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2015-12-26
Passed logging message parameters as arguments instead of interpolating them.
Ville Skyttä
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-10-29
Fixed #23719 -- Fixed MySQL 5.6 crash with GeometryFields in migrations.
Tim Graham
2014-09-25
Fixed #23538 -- Added SchemaEditor for MySQL GIS.
Tim Graham