summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geoapp/test_functions.py
AgeCommit message (Expand)Author
2016-06-21[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for...Sergey Fedoseev
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-09Fixed #26455 -- Allowed filtering and repairing invalid geometries.Daniel Wiesmann
2016-02-09Refs #26112 -- Fixed aggregate GIS test on Oracle.Shai Berger
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2016-01-23Fixed typos in test comments.Mingun Pak
2016-01-22Fixed #26112 -- Error when computing aggregate of GIS areas.Daniel Wiesmann
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-19Fixed #25438 -- Fixed assorted Oracle GIS test failures.Jani Tiainen
2015-11-03Fixed #25629 -- Added checks of the number of arguments for GeoDjango DB func...Sergey Fedoseev
2015-11-02Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functionsSergey Fedoseev
2015-11-01Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev
2015-10-31Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev
2015-10-30Refs #24499 -- Removed an obsolete test check for PostGIS 1.5.Tim Graham
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2015-04-23Fixed failures with older Spatialite versionsClaude 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