django/tests/gis_tests
Mariusz Felisiak 7091801e04
Some checks are pending
Docs / docs (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash, IsValid on MariaDB 12.0.1+.
2025-06-25 08:58:22 +02:00
..
data Refs #34406 -- Added support for GDAL curved geometries. 2024-10-22 17:24:36 -03:00
distapp Applied Black's 2025 stable style. 2025-03-01 19:41:37 +01:00
gdal_tests Refs #36036 -- Removed unsupported 4D GEOS tests. 2025-04-09 22:40:55 -03:00
geo3d Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fields on PostGIS. 2025-04-04 21:33:04 +02:00
geoadmin Fixed #32820 -- Added aria-invalid="true" to fields with errors. 2023-08-01 06:08:04 +02:00
geoapp Added validation to BaseSpatialFeatures.has_<Func>_function. 2025-06-05 22:18:56 +02:00
geogapp Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232) 2025-03-11 08:01:06 +01:00
geos_tests Refs #36036 -- Removed unsupported 4D GEOS tests. 2025-04-09 22:40:55 -03:00
gis_migrations Fixed #36448 -- Fixed GeoDjango spelling in test_commands.py docstrings. 2025-06-10 09:50:21 +02:00
inspectapp Fixed #34684 -- Dropped support for GDAL 2.2 and 2.3. 2023-06-29 09:11:30 +02:00
layermap Fixed typos in docstrings and docs. 2024-03-07 06:01:01 +01:00
rasterapp Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5. 2023-09-20 13:45:51 +02:00
relatedapp Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash, IsValid on MariaDB 12.0.1+. 2025-06-25 08:58:22 +02:00
__init__.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
admin.py Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline. 2023-01-17 11:49:15 +01:00
models.py Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. 2016-11-15 11:46:06 -05:00
test_data.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
test_fields.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_geoforms.py Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript. 2025-06-12 17:35:14 -03:00
test_geoip2.py Removed django.contrib.gis.geoip2.GeoIP2.open() per deprecation timeline. 2025-01-15 22:28:37 +01:00
test_gis_tests_utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_measure.py Fixed #35117 -- Added support for the hectare unit in Area. 2024-01-16 20:31:46 +01:00
test_ptr.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_spatialrefsys.py Fixed #36058 -- Refactored SpatialRefSysMixin.srs to use cached_property. 2025-02-04 07:40:02 +00:00
tests.py Added validation to BaseSpatialFeatures.has_<Func>_function. 2025-06-05 22:18:56 +02:00
utils.py Used addCleanup() in tests where appropriate. 2023-12-31 10:01:31 +01:00