summaryrefslogtreecommitdiff
path: root/tests/gis_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Dropped support for GEOS 3.5 and GDAL 2.0.Claude Paroz2021-04-071-17/+4
* Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz2021-04-073-46/+54
* Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak2021-03-234-8/+17
* Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag2021-03-022-6/+4
* Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak2021-01-291-5/+5
* Refs #32380 -- Added test for distance lookups with F() expression.Mariusz Felisiak2021-01-252-4/+7
* Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...Illia Volochii2021-01-182-1/+37
* Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham2021-01-1310-86/+62
* Added SpatialFeatures.empty_intersection_returns_none.Tim Graham2021-01-131-8/+10
* Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham2021-01-021-1/+1
* Relaxed MemSize test for CockroachDB.Tim Graham2020-12-141-1/+2
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-102-5/+1
* Added SpatialFeatures.supports_tolerance_parameter.Tim Graham2020-11-302-16/+4
* Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...Giannis Adamopoulos2020-11-281-0/+4
* Added assertion for geom_type in BaseGeometryWidget.get_context().Giannis Adamopoulos2020-11-281-1/+5
* Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak2020-11-281-8/+13
* Fixed #32230 -- Made DataSource support pathlib.Path.Hasan Ramezani2020-11-281-0/+6
* Added SpatialFeatures.unsupported_geojson_options.Tim Graham2020-11-111-4/+3
* Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham2020-11-092-4/+5
* Refs #31910 -- Fixed GeoQuerySetTest.test_geoagg_subquery() test on Oracle 18c.Mariusz Felisiak2020-11-061-3/+3
* Fixed #31910 -- Fixed crash of GIS aggregations over subqueries.Simon Charette2020-11-041-0/+14
* Removed unneeded @no_oracle skips.Tim Graham2020-10-273-27/+1
* Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham2020-10-272-6/+6
* Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham2020-10-222-13/+3
* Added DatabaseFeatures.can_alter_geometry_field.Tim Graham2020-10-191-4/+3
* Prevented creation of 3D test models if not supported.Tim Graham2020-09-152-0/+21
* Removed hardcoded paths to SpatialRefSys models in tests.Tim Graham2020-09-142-23/+14
* Refs #26697 -- Removed empty gis_tests.maps.Tim Graham2020-09-141-0/+0
* Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...Barton Ip2020-09-111-0/+83
* Bumped minimum isort version to 5.1.0.David Smith2020-07-304-6/+16
* Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.Simon Charette2020-07-141-11/+16
* Fixed #31713 -- Added SpatialReference support to GDALRaster.transform().rico-ci2020-07-071-57/+60
* Renamed PROJ.4 to PROJ.Claude Paroz2020-05-132-9/+9
* Fixed #30678 -- Added support for GDAL 3.Claude Paroz2020-05-125-81/+102
* Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-122-13/+13
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-1/+1
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-4/+4
* Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.Adam Johnson2020-04-151-1/+1
* Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.Claude Paroz2020-04-146-2/+88
* Fixed #26513 -- Added tests for <Backend>GeometryColumns.geom_col_name().Hasan Ramezani2020-03-101-2/+9
* Fixed typos in tolerance gis_tests.Mariusz Felisiak2020-03-102-4/+4
* Refs #30489 -- Fixed RasterFieldTest.test_deserialize_with_pixeltype_flags() ...Mariusz Felisiak2020-03-071-1/+4
* Replaced deprecated assertEquals() with assertEqual() in RasterFieldTest.Mariusz Felisiak2020-03-071-2/+2
* Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani2020-03-051-1/+21
* Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak2020-03-051-1/+2
* Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak2020-03-042-1/+68
* Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash.Diederik van der Boor2020-02-241-1/+8
* Added test for django.contrib.gis.gdal.gdal_version().Diederik van der Boor2020-02-241-0/+11
* Fixed #30846 -- Made PostGIS backend respect Index's name argument.=Pratik Kumar2020-02-101-3/+37
* Fixed #31248 -- Added missing space before USING SQL on PostGIS.Hannes Ljungberg2020-02-101-0/+19