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…
Reference in New Issue