summaryrefslogtreecommitdiff
path: root/tests/gis_tests/utils.py
AgeCommit message (Expand)Author
2025-12-09Added tests for MultiPointField, MultiLineStringField, and GeometryCollection...Tim Graham
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
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 than...Sergey Fedoseev
2015-10-22Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham