1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/gis_tests/geoapp
Mariusz Felisiak 2cd4026334
Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
Different PROJ versions use different transformations, all are correct
as having a 1 meter accuracy.

These are differences in PROJ versions that cannot and should not be
handled in Django itself.

Thanks Jani Tiainen and David Smith for reports.

See: https://github.com/OSGeo/gdal/issues/3377
2021-03-23 09:16:33 +01:00
..
fixtures
__init__.py
feeds.py
models.py
sitemaps.py
test_expressions.py Removed redundant database vendor helpers in gis_tests/utils.py. 2021-01-13 09:22:44 +01:00
test_feeds.py
test_functions.py Removed redundant database vendor helpers in gis_tests/utils.py. 2021-01-13 09:22:44 +01:00
test_indexes.py Removed redundant database vendor helpers in gis_tests/utils.py. 2021-01-13 09:22:44 +01:00
test_regress.py Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob. 2020-10-22 18:16:58 +02:00
test_serializers.py Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X. 2021-03-23 09:16:33 +01:00
test_sitemaps.py
tests.py Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10. 2021-03-02 20:35:33 +01:00
urls.py Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion. 2020-04-15 11:29:35 +02:00