1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/tests/gis_tests/geoapp
Sergey Fedoseev 7127eb287f Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functions
Added support for ST_Difference/ST_Intersection/ST_SymDifference.
2015-11-02 19:25:53 +01:00
..
fixtures
__init__.py
feeds.py Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods. 2015-09-23 19:31:10 -04:00
models.py Fixed #24688 -- Added Oracle support for new-style GIS functions. 2015-09-21 13:52:14 -04:00
sitemaps.py
test_feeds.py
test_functions.py Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functions 2015-11-02 19:25:53 +01:00
test_regress.py
test_serializers.py Fixed #25141 -- Diminished GDAL dependence during geojson serialization 2015-07-20 20:22:29 +02:00
test_sitemaps.py Refs #22384 -- Removed the ability to reverse URLs by dotted path per deprecation timeline. 2015-09-23 19:31:09 -04:00
tests.py Fixed #25636 -- Dropped support for SpatiaLite < 3.0 2015-10-31 14:22:34 +01:00
urls.py