1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/gis_tests
Mariusz Felisiak a0c44d4e23 Simplified OperationTestCase.alter_gis_model() test hook a bit.
This avoids passing "blank=False" and "srid=4326" to field classes,
which are the default values, and removes special treatment for the
"blank" parameter.
2024-06-18 12:03:57 +02:00
..
data Fixed #34305 -- Changed GeoIP2 tests to use MaxMind test databases. 2023-12-12 09:58:26 +01:00
distapp
gdal_tests Refs #35058 -- Added support for measured geometries to GDAL GeometryCollection and subclasses. 2024-02-12 15:21:11 +01:00
geo3d
geoadmin Fixed #32820 -- Added aria-invalid="true" to fields with errors. 2023-08-01 06:08:04 +02:00
geoapp Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions. 2024-03-18 09:45:33 +01:00
geogapp Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
geos_tests Fixed #34739 -- Added GEOSGeometry.equals_identical() method. 2023-08-05 18:23:38 +02:00
gis_migrations Simplified OperationTestCase.alter_gis_model() test hook a bit. 2024-06-18 12:03:57 +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 #34686 -- Added support for GEOS 3.12. 2023-08-04 05:53:29 +02:00
__init__.py
admin.py
models.py
test_data.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
test_fields.py
test_geoforms.py Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per deprecation timeline. 2023-09-18 22:12:40 +02:00
test_geoip2.py Fixed #35100 -- Reworked GeoIP2 database initialization. 2024-01-11 12:01:35 +01:00
test_gis_tests_utils.py
test_measure.py Fixed #35117 -- Added support for the hectare unit in Area. 2024-01-16 20:31:46 +01:00
test_ptr.py
test_spatialrefsys.py
tests.py
utils.py Used addCleanup() in tests where appropriate. 2023-12-31 10:01:31 +01:00