Whitespace fix

This commit is contained in:
Alex Gaynor 2013-11-03 01:53:28 -07:00
parent 6c1b55d61a
commit 4202d9cf0c
1 changed files with 1 additions and 0 deletions

View File

@ -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)'