1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00
django/tests/gis_tests
Claude Paroz a7863c78b7 Fixed #27024 -- Prevented logging error with empty string as geometry widget value
Thanks Gavin Wahl for the report, and Tim Graham for the review.
2016-08-08 16:28:19 +02:00
..
data Fixed #25951 -- Trimmed default representation of GEOSGeometry 2016-04-17 15:31:12 +02:00
distapp Fixed #26753 -- Made GDAL a required dependency for contrib.gis 2016-06-18 10:58:02 +02:00
gdal_tests Replaced use of TestCase.fail() with assertRaises(). 2016-06-28 11:21:26 -04:00
geo3d Fixed #26775 -- Supported dim=3 geography fields 2016-06-18 21:48:32 +02:00
geoadmin Fixed #27024 -- Prevented logging error with empty string as geometry widget value 2016-08-08 16:28:19 +02:00
geoapp Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+. 2016-07-28 17:48:17 -04:00
geogapp Fixed #26753 -- Made GDAL a required dependency for contrib.gis 2016-06-18 10:58:02 +02:00
geos_tests Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml(). 2016-06-21 15:46:27 -04:00
gis_migrations Fixed #26753 -- Made GDAL a required dependency for contrib.gis 2016-06-18 10:58:02 +02:00
inspectapp Fixed #26750 -- Fixed introspection for geography point field with dim=3 2016-06-21 15:22:21 +02:00
layermap Fixed #26753 -- Made GDAL a required dependency for contrib.gis 2016-06-18 10:58:02 +02:00
maps
rasterapp Fixed #26753 -- Made GDAL a required dependency for contrib.gis 2016-06-18 10:58:02 +02:00
relatedapp
__init__.py
admin.py
models.py
test_data.py
test_geoforms.py Fixed #27024 -- Prevented logging error with empty string as geometry widget value 2016-08-08 16:28:19 +02:00
test_geoip2.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_geoip.py Fixed a GeoIP test failure with the latest data. 2016-08-03 11:08:30 -04:00
test_measure.py
test_spatialrefsys.py Fixed #26753 -- Made GDAL a required dependency for contrib.gis 2016-06-18 10:58:02 +02:00
test_wkt.py Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function. 2016-04-16 16:47:04 -04:00
tests.py
utils.py