summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2021-04-06[3.2.x] Updated translations from Transifex.Claude Paroz
2021-02-22[3.2.x] Refs #16117 -- Made @action and @display decorators importable from d...Nick Pope
2021-01-18[3.2.x] Fixed #32358 -- Fixed queryset crash when grouping by annotation with...Illia Volochii
2021-01-13Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham
2021-01-13Added SpatialFeatures.empty_intersection_returns_none.Tim Graham
2021-01-02Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham
2020-12-23Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...Hannes Ljungberg
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-11-30Added SpatialFeatures.supports_tolerance_parameter.Tim Graham
2020-11-28Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...Giannis Adamopoulos
2020-11-28Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak
2020-11-28Fixed #32230 -- Made DataSource support pathlib.Path.Hasan Ramezani
2020-11-20Added explicit HTMLElement.dir attribute in templates.Author: Nick Pope
2020-11-11Added SpatialFeatures.unsupported_geojson_options.Tim Graham
2020-11-09Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham
2020-11-09Removed BaseSpatialOperations.geometry.Tim Graham
2020-10-28Made small readability improvements.Martin Thoma
2020-10-27Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham
2020-10-26Fixed #32138 -- Prevented admin's map from covering other widgets.dokgeppo
2020-10-19Added DatabaseFeatures.can_alter_geometry_field.Tim Graham
2020-09-30Updated translations from Transifex.Claude Paroz
2020-09-11Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...Barton Ip
2020-08-01Updated translations from TransifexClaude Paroz
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-07-15Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette
2020-07-14Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.Simon Charette
2020-07-07Fixed #31713 -- Added SpatialReference support to GDALRaster.transform().rico-ci
2020-07-01Simplified JavaScript with Array.prototype.includes().Jon Dufresne
2020-06-30Fixed #31751 -- Fixed database introspection with cx_Oracle 8.Mariusz Felisiak
2020-06-17Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.David Smith
2020-06-08Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.David Smith
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-05-14Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak
2020-05-13Renamed PROJ.4 to PROJ.Claude Paroz
2020-05-12Refs #30678 -- Added support for GDAL 3.1.Sergey Fedoseev
2020-05-12Fixed #30678 -- Added support for GDAL 3.Claude Paroz
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-05-11Simplified GDAL version parsing.Sergey Fedoseev
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-05-02Refs #31032 -- Removed obsolete CSS workaround for IE in openlayers template.Mariusz Felisiak
2020-04-29Refs #31493 -- Changed IIFE to ES6 blocks.Jon Dufresne
2020-04-29Fixed #31493 -- Replaced var with const and let keywords in JavaScript.Jon Dufresne
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2020-04-14Fixed #31196 -- Added support for PostGIS 3.Sergey Fedoseev
2020-03-05Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani