1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/tests/gis_tests
Daniel Wiesmann c12a00e554 Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Added the IsValid and MakeValid database functions, and the isvalid lookup,
all for PostGIS.

Thanks Tim Graham for the review.
2016-04-09 09:22:30 -04:00
..
data
distapp Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
gdal_tests Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
geo3d Removed unneeded GeoManagers in tests. 2016-03-11 13:09:24 -05:00
geoadmin Removed unneeded GeoManagers in tests. 2016-03-11 13:09:24 -05:00
geoapp Fixed #26455 -- Allowed filtering and repairing invalid geometries. 2016-04-09 09:22:30 -04:00
geogapp Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
geos_tests Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
gis_migrations Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
inspectapp Removed unneeded GeoManagers in tests. 2016-03-11 13:09:24 -05:00
layermap Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
maps
rasterapp
relatedapp Sorted single letter imports per the latest version of isort. 2016-03-28 11:45:31 -04:00
__init__.py
admin.py
models.py Removed unneeded GeoManagers in tests. 2016-03-11 13:09:24 -05:00
test_data.py
test_geoforms.py Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate. 2016-01-29 13:37:33 -05:00
test_geoip2.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_geoip.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_measure.py Sorted single letter imports per the latest version of isort. 2016-03-28 11:45:31 -04:00
test_spatialrefsys.py
tests.py Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
utils.py