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
/
tests
/
gis_tests
Age
Commit message (
Expand
)
Author
2021-10-21
[4.0.x] Fixed #33215 -- Confirmed support for GEOS 3.10.
Mariusz Felisiak
2021-09-17
Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.
Giannis Adamopoulos
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-08-23
Fixed #33030 -- Fixed broken links to GDAL docs.
Märt Häkkinen
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-05-14
Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...
snowman2
2021-05-13
Refs #16455 -- Added test for using opclasses on indexes for multidimensional...
Mariusz Felisiak
2021-05-07
Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem.
Jordi Castells
2021-04-08
Fixed #32575 -- Added support for SpatiaLite 5.
Claude Paroz
2021-04-07
Dropped support for GEOS 3.5 and GDAL 2.0.
Claude Paroz
2021-04-07
Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.
Claude Paroz
2021-03-23
Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
Mariusz Felisiak
2021-03-02
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
François Freitag
2021-01-29
Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.
Mariusz Felisiak
2021-01-25
Refs #32380 -- Added test for distance lookups with F() expression.
Mariusz Felisiak
2021-01-18
Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...
Illia Volochii
2021-01-13
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2021-01-13
Added SpatialFeatures.empty_intersection_returns_none.
Tim Graham
2021-01-02
Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.
Tim Graham
2020-12-14
Relaxed MemSize test for CockroachDB.
Tim Graham
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-30
Added SpatialFeatures.supports_tolerance_parameter.
Tim Graham
2020-11-28
Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...
Giannis Adamopoulos
2020-11-28
Added assertion for geom_type in BaseGeometryWidget.get_context().
Giannis Adamopoulos
2020-11-28
Refs #32230 -- Made LayerMapping support pathlib.Path.
Mariusz Felisiak
2020-11-28
Fixed #32230 -- Made DataSource support pathlib.Path.
Hasan Ramezani
2020-11-11
Added SpatialFeatures.unsupported_geojson_options.
Tim Graham
2020-11-09
Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...
Tim Graham
2020-11-06
Refs #31910 -- Fixed GeoQuerySetTest.test_geoagg_subquery() test on Oracle 18c.
Mariusz Felisiak
2020-11-04
Fixed #31910 -- Fixed crash of GIS aggregations over subqueries.
Simon Charette
2020-10-27
Removed unneeded @no_oracle skips.
Tim Graham
2020-10-27
Made OracleSpatialAdapter clone geometries rather than mutate them.
Tim Graham
2020-10-22
Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.
Tim Graham
2020-10-19
Added DatabaseFeatures.can_alter_geometry_field.
Tim Graham
2020-09-15
Prevented creation of 3D test models if not supported.
Tim Graham
2020-09-14
Removed hardcoded paths to SpatialRefSys models in tests.
Tim Graham
2020-09-14
Refs #26697 -- Removed empty gis_tests.maps.
Tim Graham
2020-09-11
Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...
Barton Ip
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-14
Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.
Simon Charette
2020-07-07
Fixed #31713 -- Added SpatialReference support to GDALRaster.transform().
rico-ci
2020-05-13
Renamed PROJ.4 to PROJ.
Claude Paroz
2020-05-12
Fixed #30678 -- Added support for GDAL 3.
Claude Paroz
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-15
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Adam Johnson
2020-04-14
Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.
Claude Paroz
2020-03-10
Fixed #26513 -- Added tests for <Backend>GeometryColumns.geom_col_name().
Hasan Ramezani
2020-03-10
Fixed typos in tolerance gis_tests.
Mariusz Felisiak
[next]