mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Whitespace fix
This commit is contained in:
@@ -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)'
|
||||
|
||||
Reference in New Issue
Block a user