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
Age
Commit message (
Expand
)
Author
2025-11-25
Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...
David Smith
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-25
Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash...
Mariusz Felisiak
2025-02-23
Fixed #35705 -- Added Rotate GIS database function to rotate geometries.
enprava
2025-02-13
Reverted "Refs #35803 -- Added support for __coveredby GIS lookup on MariaDB ...
Mariusz Felisiak
2025-02-13
Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on ...
Mariusz Felisiak
2024-10-25
Refs #35803 -- Added support for __covers GIS lookup on MySQL.
Mariusz Felisiak
2024-10-25
Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11...
Mariusz Felisiak
2024-10-25
Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB ...
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-06
Fixed #35088 -- Added support for Collect on MySQL 8.0.24+.
Nick Pope
2024-01-05
Simplified dropping spatial indexes on MySQL and Oracle.
Mariusz Felisiak
2023-01-20
Fixed #34266 -- Added ClosestPoint GIS database functions.
Niccolò Mineo
2023-01-10
Refs #31014 -- Added FromWKB and FromWKT GIS database functions.
Mariusz Felisiak
2023-01-03
Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...
Claude Paroz
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-23
Refs #33129 -- Added missing return statement.
Carlton Gibson
2021-09-22
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2021-01-13
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
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
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-10-18
Fixed #30890 -- Added MariaDB support for the relate lookup.
Mariusz Felisiak
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
2019-06-12
Added missing support for PointOnSurface function on MariaDB.
Mariusz Felisiak
2019-03-20
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
2019-02-12
Fixed #22423 -- Added support for MySQL operators on real geometries.
Claude Paroz
2019-01-23
Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...
Nick Pope
2019-01-17
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
Tim Graham
2018-10-22
Fixed #29876 -- MySQL does not support SPATIAL fields in unique indices.
Florian Apolloner
2018-07-13
Refs #29548 -- Fixed GIS tests on MariaDB
Claude Paroz
2017-12-27
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
Sergey Fedoseev
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-09-25
Fixed #28552 -- Dropped support for MySQL 5.5.
Tim Graham
2017-09-05
Refs #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-08-24
Fixed #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-07-26
Removed unused SpatialOperations.from_wkb.
Tim Graham
2017-07-26
Fixed #28436 -- Added support for distance lookups on MySQL.
Sergey Fedoseev
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-04-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-04-02
Fixed #11854 -- Added Azimuth GIS function. (#8286)
Sergey Fedoseev
[next]