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
/
operations.py
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-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-01-06
Fixed #35088 -- Added support for Collect on MySQL 8.0.24+.
Nick Pope
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-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
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-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-17
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
Tim Graham
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-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
2017-04-01
Fixed #12410 -- Added LineLocatePoint GIS function.
Sergey Fedoseev
2017-04-01
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...
Sergey Fedoseev
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-10-24
Added MySQLOperations.geom_func_prefix to simplify.
Sergey Fedoseev
2016-09-30
Updated links to the current version of MySQL docs.
Tim Graham
2016-07-28
Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
Sergey Fedoseev
2016-05-24
Refs #26134 -- Updated deprecated MySQL GIS function names.
Tim Graham
2016-04-09
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Daniel Wiesmann
2016-01-29
Fixed #26134 -- Used new OpenGIS names for recent MySQL
Claude Paroz
2015-11-30
Fixed #25835 -- Removed Adaptor alias from spatial operations classes.
Sergey Fedoseev
2015-11-02
Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functions
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-16
Simplified a bit GeoAggregate classes
Claude Paroz
2015-01-14
Moved check_aggregate_support to BaseSpatialOperations
Claude Paroz
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
[next]