1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/gis_tests/geoapp
Jeremy Thompson 918e7a2c76 Fixed #35989 -- Removed crs from GeoJSON serializer.
Specification of coordinate reference systems (crs) was removed from the GeoJSON spec in 2016.
https://datatracker.ietf.org/doc/html/rfc7946#appendix-B.1
2024-12-11 10:45:47 +01:00
..
fixtures
__init__.py
feeds.py
models.py
sitemaps.py
test_expressions.py
test_feeds.py
test_functions.py Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions. 2024-03-18 09:45:33 +01:00
test_indexes.py
test_regress.py
test_serializers.py Fixed #35989 -- Removed crs from GeoJSON serializer. 2024-12-11 10:45:47 +01:00
test_sitemaps.py
tests.py Refs #35803 -- Added more tests for __coveredby and __covers GIS lookups. 2024-10-24 09:06:27 +02:00
urls.py