1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/tests/gis_tests
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
..
data
distapp
gdal_tests
geo3d
geoadmin
geoapp Refs #26112 -- Fixed aggregate GIS test on Oracle. 2016-02-09 10:04:54 -05:00
geogapp
geos_tests
gis_migrations
inspectapp
layermap
maps
rasterapp
relatedapp
__init__.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
admin.py
models.py
test_data.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
test_geoforms.py
test_geoip2.py Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
test_geoip.py
test_measure.py Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
test_spatialrefsys.py
tests.py
utils.py