summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends
AgeCommit message (Expand)Author
2026-03-12Refs #36727 -- Factored out _must_transform_value() in BaseSpatialOperations.Simon Charette
2026-03-12Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...Simon Charette
2026-02-03Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookups via ba...Jacob Walls
2025-12-28Added some skips to GIS tests.Tim Graham
2025-11-25Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...David Smith
2025-10-27Fixed #36624 -- Dropped support for MySQL < 8.4.Mariusz Felisiak
2025-10-03Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.Mariusz Felisiak
2025-09-22Refs #33783 -- Added IsEmpty GIS database function and __isempty lookup on Sp...David Smith
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-20Fixed #28696 -- Added GeometryType GIS database function and __geom_type lookup.Ahmed Ibrahim
2025-06-25Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash...Mariusz Felisiak
2025-06-05Added validation to BaseSpatialFeatures.has_<Func>_function.Tim Graham
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-23Fixed #35705 -- Added Rotate GIS database function to rotate geometries.enprava
2025-02-13Reverted "Refs #35803 -- Added support for __coveredby GIS lookup on MariaDB ...Mariusz Felisiak
2025-02-13Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on ...Mariusz Felisiak
2025-02-04Fixed #36058 -- Refactored SpatialRefSysMixin.srs to use cached_property.Arnaldo Govenem
2025-01-15Refs #33817 -- Removed support for cx_Oracle per deprecation timeline.Sarah Boyce
2024-10-25Refs #35803 -- Added support for __covers GIS lookup on MySQL.Mariusz Felisiak
2024-10-25Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11...Mariusz Felisiak
2024-10-25Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB ...Mariusz Felisiak
2024-09-19Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...Mariusz Felisiak
2024-09-10Refs #35074 -- Added _create_spatial_index_sql()/_delete_spatial_index_sql() ...Mariusz Felisiak
2024-09-10Refs #35074 -- Added PostGISSchemaEditor._create_spatial_index_name().Mário Falcão
2024-07-29Refs #35074 -- Simplified and unified adding spatial indexes on MySQL and Ora...Mariusz Felisiak
2024-06-20Refs #35074 -- Avoided failed attempts to remove spatial indexes on nullable ...Mariusz Felisiak
2024-05-27Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-06Fixed #35088 -- Added support for Collect on MySQL 8.0.24+.Nick Pope
2024-01-05Simplified dropping spatial indexes on MySQL and Oracle.Mariusz Felisiak
2024-01-05Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+.David Smith
2023-09-20Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.Mariusz Felisiak
2023-08-10Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.Jingbei Li
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-07-18Refs #33201 -- Avoided unnecessary queries when renaming models with db_table...Mariusz Felisiak
2023-02-21Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize (feat...David Buhler
2023-02-07Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS.Jacob Walls
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-20Fixed #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo
2023-01-10Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak
2023-01-03Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz
2022-12-22Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-12Refs #33308 -- Added psycopg_any.sql.quote() hook.Florian Apolloner
2022-12-02Refs #33308 -- Made PostGISAdapter do not use psycopg2's Binary().Florian Apolloner
2022-08-10Fixed #28975 -- Made PostGIS backend skip extension creation if installed.Rust Saiargaliev
2022-07-08Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak
2022-06-21Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.Claude Paroz