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
2022-07-05
[4.1.x] Fixed RelatedGeoModelTest.test08_defer_only() on MySQL 8+ with MyISAM...
Mariusz Felisiak
2022-07-01
[4.1.x] Fixed GEOSTest.test_emptyCollections() on GEOS 3.8.0.
Mariusz Felisiak
2022-06-21
[4.1.x] Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.
Claude Paroz
2022-05-16
Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.
Marcelo Galigniana
2022-04-22
Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.
Mariusz Felisiak
2022-03-24
Refs #33577 -- Used addCleanup() to remove .aux file in GDALBandTests.
Mariusz Felisiak
2022-03-17
Removed usage of django.db.utils.ConnectionHandler.databases.
Florian Apolloner
2022-03-16
Fixed #33577 -- Confirmed support for GDAL 3.4.
Mariusz Felisiak
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-26
Increased test coverage for django.contrib.gis.gdal.layer.Layer.
Mariusz Felisiak
2022-01-20
Fixed #33453 -- Dropped support for GDAL 2.1.
Mariusz Felisiak
2022-01-19
Added tests for SpatialReference.to_esri()/from_esri().
Mariusz Felisiak
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2021-12-20
Refs #27674 -- Added tests for GISModelAdmin.gis_widget_kwargs.
Alexander Filimonov
2021-11-30
Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...
Claude Paroz
2021-10-21
Fixed #33215 -- Confirmed support for GEOS 3.10.
Mariusz Felisiak
2021-09-27
Fixed #33136 -- Added GEOSGeometry.make_valid() method.
Claude Paroz
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
[next]