summaryrefslogtreecommitdiff
path: root/tests/gis_tests/utils.py
AgeCommit message (Collapse)Author
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