summaryrefslogtreecommitdiff
path: root/tests/gis_tests/utils.py
AgeCommit message (Collapse)Author
2025-12-09Added tests for MultiPointField, MultiLineStringField, and ↵Tim Graham
GeometryCollectionField.
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-01-13Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham
2020-10-27Removed unneeded @no_oracle skips.Tim Graham
2020-09-14Removed hardcoded paths to SpatialRefSys models in tests.Tim Graham
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
Fixed inner imports per isort 5. isort 5.0.0 to 5.1.0 was unstable.
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-10-18Added gis_tests.utils.mariadb hook.Mariusz Felisiak
2017-09-11Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more ↵Sergey Fedoseev
than once. Reverted test for refs #27603 in favor of using FuncTestMixin.
2015-10-22Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report and Tim Graham for the review.
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham