summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geoapp/test_functions.py
AgeCommit message (Expand)Author
2019-06-12Simplified GISFunctionsTests.test_point_on_surface().Mariusz Felisiak
2019-06-12Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak
2019-06-12Removed obsolete comment from GISFunctionsTests.test_asgeojson().Mariusz Felisiak
2019-06-12Fixed GISFunctionsTests.test_asgeojson() crash on MariaDB 10.2+.Mariusz Felisiak
2019-03-20Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo
2019-03-03Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-25Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2019-01-17Refs #28841 -- Removed ForceRHR function per deprecation timeline.Tim Graham
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-06-20Made test for GIS Envelope function more strict.Sergey Fedoseev
2017-12-27Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.Sergey Fedoseev
2017-10-06Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette
2017-09-11Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev
2017-09-09Fixed capitalization of "Spherical Mercator."Sergey Fedoseev
2017-08-24Fixed #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-07-11Fixed #28383 -- Made NumPoints GIS function return None for non-LINESTRING ge...Sergey Fedoseev
2017-06-26Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...Sergey Fedoseev
2017-05-04Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham
2017-04-02Fixed #11854 -- Added Azimuth GIS function. (#8286)Sergey Fedoseev
2017-04-01Fixed #12410 -- Added LineLocatePoint GIS function.Sergey Fedoseev
2017-04-01Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...Sergey Fedoseev
2017-04-01Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...Sergey Fedoseev
2017-03-23Fixed #27962 -- Allowed lookups on Area annotations.Sergey Fedoseev
2017-03-23Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.Sergey Fedoseev
2017-03-16Removed GeoQuerySet leftovers.Sergey Fedoseev
2017-01-28Fixed #27788 -- Dropped support for Oracle < 12.1.Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham
2016-12-17Removed unneeded SpatiaLite workarounds in GIS tests.Sergey Fedoseev
2016-12-17Used assertJSONEqual() in GISFunctionsTests.test_asgeojson().Sergey Fedoseev
2016-12-16Made NumPoints raise TypeError on MySQL when it's used on fields besides Line...Sergey Fedoseev
2016-12-15Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.Sergey Fedoseev
2016-12-15Fixed #27607 -- Added Oracle support for AsGML GIS function.Sergey Fedoseev
2016-12-15Improved testing of num_seg kwarg of BoundingCircle GIS function.Sergey Fedoseev
2016-11-30Simplified union GIS tests with equals() rather than equals_exact().Sergey Fedoseev
2016-11-23Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng
2016-09-30Confirmed support for PostGIS 2.3.Tim Graham
2016-08-09Unified SpatiaLite spellingClaude Paroz
2016-07-28Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.Sergey Fedoseev
2016-06-21Fixed #26785 -- Made Oracle return None rather than empty string for empty ge...Sergey Fedoseev
2016-06-16Fixed #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