mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
Whitespace fix
This commit is contained in:
parent
6c1b55d61a
commit
4202d9cf0c
@ -4,6 +4,7 @@ from django.contrib.gis.db.models.fields import GeometryField
|
||||
|
||||
__all__ = ['Count', 'Collect', 'Extent', 'Extent3D', 'MakeLine', 'Union']
|
||||
|
||||
|
||||
class GeoAggregate(Aggregate):
|
||||
# Default SQL template for spatial aggregates.
|
||||
sql_template = '%(function)s(%(field)s)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user