summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit message (Expand)Author
2015-11-25[1.9.x] Refs #25438 -- Fixed two geoapp test failures on Oracle.Tim Graham
2015-11-19[1.9.x] Fixed #25438 -- Fixed assorted Oracle GIS test failures.Jani Tiainen
2015-11-07[1.9.x] Removed ability to pass a geometry string to GIS functionsClaude Paroz
2015-11-02[1.9.x] Fixed #25661 -- Fixed checking number of points during list assignmen...Sergey Fedoseev
2015-10-30[1.9.x] Refs #24499 -- Removed an obsolete test check for PostGIS 1.5.Tim Graham
2015-10-22[1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
2015-10-09[1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann
2015-09-23Fixed #25407 -- Removed network dependency in GeoIP tests.Anton Baklanov
2015-09-21Fixed #24688 -- Added Oracle support for new-style GIS functions.Jani Tiainen
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-10Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham
2015-09-04Fixed GeoIP test crash when dependencies not installed.Tim Graham
2015-08-31Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight
2015-08-19Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.Jani Tiainen
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham
2015-08-10Removed deprecated GeoManager from inspectdb/ogrinspect output.Tim Graham
2015-07-31Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella
2015-07-31Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella
2015-07-30Fixed #25183 -- Fixed non-deterministic GeoIP test.Tim Graham
2015-07-28Refs #25183 -- Added debugging for non-deterministic GeoIP test.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-20Fixed #25141 -- Diminished GDAL dependence during geojson serializationClaude Paroz
2015-07-18Replaced try/finally by mock.patch in geos testsClaude Paroz
2015-07-10Fixed #25072 -- Prevented GDALRaster memory to be uncollectableClaude Paroz
2015-07-06Fixed some unclosed objects in testsAndriy Sokolovskiy
2015-06-26Pushed GDAL skip condition inside testClaude Paroz
2015-06-26Refs #24840 -- Added skip flag to raster transform test for GDAL<1.8.1.Daniel Wiesmann
2015-06-25Updated GeoIP test for newer versionsClaude Paroz
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-24Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann
2015-06-23Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initializationDaniel Wiesmann
2015-06-20Added GDAL 2.0 supportClaude Paroz
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-06-06Fixed GIS tests broken by 0a89915Claude Paroz
2015-06-05Cleanup: Removed the try-except-fail antipattern from testsShai Berger
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-05-13Removed test numbering in gdal testsClaude Paroz
2015-05-06Fixed #24207 -- Added 25D-type geometry field support to ogrinspectClaude Paroz
2015-05-05Made some tests run on non-GIS databasesClaude Paroz
2015-04-28Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2015-04-27Used assertIsInstance in tests.Alasdair Nicol
2015-04-25Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham
2015-04-24Delayed GDAL check for OSMGeoAdminClaude Paroz
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2015-04-24Lazy loading of GEOS functionsClaude Paroz
2015-04-23Fixed failures with older Spatialite versionsClaude Paroz
2015-04-22Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz
2015-04-22Added MySQL support to GIS functionsClaude Paroz
2015-04-22Added Spatialite support to GIS functionsClaude Paroz
2015-04-22Fixed #24214 -- Added GIS functions to replace geoqueryset's methodsClaude Paroz