diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-03 01:53:28 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-03 01:53:28 -0700 |
| commit | 4202d9cf0c359b5bb41247905454572b7f9644d9 (patch) | |
| tree | 488cb09f5c1f923109e3e6f2e28d77541942f297 | |
| parent | 6c1b55d61a3b2c5e401bf63c1c65d569217a130b (diff) | |
Whitespace fix
| -rw-r--r-- | django/contrib/gis/db/models/sql/aggregates.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/gis/db/models/sql/aggregates.py b/django/contrib/gis/db/models/sql/aggregates.py index 5a2e5d07be..68fc12e54c 100644 --- a/django/contrib/gis/db/models/sql/aggregates.py +++ b/django/contrib/gis/db/models/sql/aggregates.py @@ -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)' |
