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 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 #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 Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
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 Removed many HAS_GEOS conditional imports 2015-04-24 20:30:23 +02:00
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 Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00