1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/gis_tests/geoapp
David Smith 45f59d0eab Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+.
Spatialite 5.1 added support for BoundingCircle
(GEOSMinimumBoundingCircle). GEOS 3.7 is required which is lower than
Django's currently supported minmum of 3.8.

https://groups.google.com/g/spatialite-users/c/hAJ2SgitN4M

https://www.gaia-gis.it/gaia-sins/spatialite-sql-5.1.0.html
2024-01-05 11:55:44 +01:00
..
fixtures
__init__.py
feeds.py
models.py
sitemaps.py
test_expressions.py
test_feeds.py
test_functions.py Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+. 2024-01-05 11:55:44 +01:00
test_indexes.py
test_regress.py
test_serializers.py
test_sitemaps.py
tests.py
urls.py