1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.

This commit is contained in:
Tim Graham
2017-01-03 09:49:00 -05:00
committed by GitHub
parent fdb2309604
commit c04207cd38
4 changed files with 8 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ class RelatedGeoModelTest(TestCase):
tol
)
@skipUnlessDBFeature("has_unionagg_method")
@skipUnlessDBFeature('supports_union_aggr')
def test_related_union_aggregate(self):
"Testing the `Union` aggregate on related geographic models."
# This combines the Extent and Union aggregates into one query