mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed #25836 -- Added support for MakeLine aggregate on SpatiaLite.
This commit is contained in:
parent
d3b488f5bd
commit
0825f77f76
5 changed files with 12 additions and 9 deletions
|
@ -652,8 +652,6 @@ class GeoQuerySetTest(TestCase):
|
|||
Testing the `MakeLine` aggregate.
|
||||
"""
|
||||
if not connection.features.supports_make_line_aggr:
|
||||
# Only PostGIS has support for the MakeLine aggregate. For other
|
||||
# backends, test that NotImplementedError is raised
|
||||
self.assertRaises(
|
||||
NotImplementedError,
|
||||
City.objects.all().aggregate, MakeLine('point')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue