summaryrefslogtreecommitdiff
path: root/tests/gis_tests/models.py
AgeCommit message (Collapse)Author
2016-11-15Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz
Missed in f7a363ee1d2039824d95f35e54219e09c5af67b0.
2016-03-11Removed unneeded GeoManagers in tests.Tim Graham
2015-06-23Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initializationDaniel Wiesmann
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
2015-04-18Stopped conditional discovery of gis_tests appsClaude Paroz
Refs #23879.