1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/tests/gis_tests/geoapp
Shai Berger bb51dc902d Refs #26112 -- Fixed aggregate GIS test on Oracle.
Made sure the test doesn't try to aggregate over MultiPolygonField and made
AreaField turn decimals into floats on the way from the DB.

Thanks Daniel Wiesmann, Jani Tiainen, and Tim Graham for review and discussion.
2016-02-09 10:04:54 -05:00
..
fixtures
__init__.py
feeds.py Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods. 2015-09-23 19:31:10 -04:00
models.py Fixed #26112 -- Error when computing aggregate of GIS areas. 2016-01-22 19:38:34 +01:00
sitemaps.py
test_feeds.py Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
test_functions.py Refs #26112 -- Fixed aggregate GIS test on Oracle. 2016-02-09 10:04:54 -05:00
test_regress.py
test_serializers.py Fixed #26138 -- Ensured geometry_field's geometry is always serialized 2016-01-28 08:50:38 +01: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 Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
urls.py