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
/
features.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
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-01-13
Added SpatialFeatures.empty_intersection_returns_none.
Tim Graham
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-11
Added SpatialFeatures.unsupported_geojson_options.
Tim Graham
2019-02-12
Fixed #22423 -- Added support for MySQL operators on real geometries.
Claude Paroz
2018-10-22
Fixed #29876 -- MySQL does not support SPATIAL fields in unique indices.
Florian Apolloner
2017-08-24
Fixed #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-07-26
Fixed #28436 -- Added support for distance lookups on MySQL.
Sergey Fedoseev
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2016-12-15
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Sergey Fedoseev
2015-04-22
Added MySQL support to GIS functions
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham