summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit message (Expand)Author
2021-08-23[3.2.x] Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen
2021-04-07[3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
2021-03-23[3.2.x] Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak
2021-01-29[3.2.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak
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-14Relaxed MemSize test for CockroachDB.Tim Graham
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-28Added assertion for geom_type in BaseGeometryWidget.get_context().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-11Added SpatialFeatures.unsupported_geojson_options.Tim Graham
2020-11-09Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham
2020-11-06Refs #31910 -- Fixed GeoQuerySetTest.test_geoagg_subquery() test on Oracle 18c.Mariusz Felisiak
2020-11-04Fixed #31910 -- Fixed crash of GIS aggregations over subqueries.Simon Charette
2020-10-27Removed unneeded @no_oracle skips.Tim Graham
2020-10-27Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham
2020-10-22Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham
2020-10-19Added DatabaseFeatures.can_alter_geometry_field.Tim Graham
2020-09-15Prevented creation of 3D test models if not supported.Tim Graham
2020-09-14Removed hardcoded paths to SpatialRefSys models in tests.Tim Graham
2020-09-14Refs #26697 -- Removed empty gis_tests.maps.Tim Graham
2020-09-11Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...Barton Ip
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
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-05-13Renamed PROJ.4 to PROJ.Claude Paroz
2020-05-12Fixed #30678 -- Added support for GDAL 3.Claude Paroz
2020-05-12Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-15Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.Adam Johnson
2020-04-14Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.Claude Paroz
2020-03-10Fixed #26513 -- Added tests for <Backend>GeometryColumns.geom_col_name().Hasan Ramezani
2020-03-10Fixed typos in tolerance gis_tests.Mariusz Felisiak
2020-03-07Refs #30489 -- Fixed RasterFieldTest.test_deserialize_with_pixeltype_flags() ...Mariusz Felisiak
2020-03-07Replaced deprecated assertEquals() with assertEqual() in RasterFieldTest.Mariusz Felisiak
2020-03-05Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani
2020-03-05Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak
2020-03-04Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak
2020-02-24Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash.Diederik van der Boor
2020-02-24Added test for django.contrib.gis.gdal.gdal_version().Diederik van der Boor
2020-02-10Fixed #30846 -- Made PostGIS backend respect Index's name argument.=Pratik Kumar
2020-02-10Fixed #31248 -- Added missing space before USING SQL on PostGIS.Hannes Ljungberg
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-01-21Fixed #31195 -- Relaxed GeometryDistance test for PROJ 5.2+.Sergey Fedoseev