1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +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 Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
__init__.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
feeds.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
models.py Fixed #34686 -- Added support for GEOS 3.12. 2023-08-04 05:53:29 +02:00
sitemaps.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_expressions.py Fixed #33772 -- Added QuerySet.first()/last() error message on unordered queryset with aggregation. 2022-06-14 12:24:43 +02:00
test_feeds.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_functions.py Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions. 2024-03-18 09:45:33 +01:00
test_indexes.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_regress.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_serializers.py Fixed #35989 -- Removed crs from GeoJSON serializer. 2024-12-11 10:45:47 +01:00
test_sitemaps.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Refs #35803 -- Added more tests for __coveredby and __covers GIS lookups. 2024-10-24 09:06:27 +02:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00