Commit 4202d9cf authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Whitespace fix

parent 6c1b55d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)'