django/tests/gis_tests
Mariusz Felisiak 6e369f36f2
Refs -- Fixed GISFunctionsTests.test_asgeojson_option_0() test on Oracle.
This uses an example with the same precision for all databases.

Follow up to 96e7a752b6.
2023-10-11 10:58:10 +02:00
..
data
distapp
gdal_tests Fixed -- Added support for GDAL 3.7. 2023-06-30 06:03:08 +02:00
geo3d Fixed -- Added filtering support to GIS aggregates. 2023-06-16 12:20:13 +02:00
geoadmin Fixed -- Added aria-invalid="true" to fields with errors. 2023-08-01 06:08:04 +02:00
geoapp Refs -- Fixed GISFunctionsTests.test_asgeojson_option_0() test on Oracle. 2023-10-11 10:58:10 +02:00
geogapp Fixed -- Fixed GIS lookups crash with geography fields on PostGIS. 2023-02-07 11:48:10 +01:00
geos_tests Fixed -- Added GEOSGeometry.equals_identical() method. 2023-08-05 18:23:38 +02:00
gis_migrations Fixed -- Dropped support for PostgreSQL 12 and PostGIS 2.5. 2023-09-20 13:45:51 +02:00
inspectapp Fixed -- Dropped support for GDAL 2.2 and 2.3. 2023-06-29 09:11:30 +02:00
layermap Refs -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
rasterapp Fixed -- Dropped support for PostgreSQL 12 and PostGIS 2.5. 2023-09-20 13:45:51 +02:00
relatedapp Fixed -- Added support for GEOS 3.12. 2023-08-04 05:53:29 +02:00
__init__.py
admin.py Refs -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline. 2023-01-17 11:49:15 +01:00
models.py
test_data.py
test_fields.py
test_geoforms.py Refs -- Removed BaseGeometryWidget.map_height/map_width attributes per deprecation timeline. 2023-09-18 22:12:40 +02:00
test_geoip2.py
test_gis_tests_utils.py
test_measure.py Fixed -- Normalized Distance()/Area() exceptions for nonexistent units. 2023-06-25 13:09:30 +02:00
test_ptr.py
test_spatialrefsys.py Fixed -- Dropped support for PROJ 4. 2023-01-13 12:31:41 +01:00
tests.py Refs -- Added test for not initializing PostGIS-specific stuff for non-db connections. 2023-02-21 08:42:28 +01:00
utils.py