Removed comment forgotten in 3caf957ed5

This commit is contained in:
Claude Paroz 2014-05-24 16:22:08 +02:00
parent 3caf957ed5
commit c5d73b687d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class GeoQuery(sql.Query):
#### Methods overridden from the base Query class ####
def __init__(self, model):
super(GeoQuery, self).__init__(model) #, where)
super(GeoQuery, self).__init__(model)
# The following attributes are customized for the GeoQuerySet.
# The SpatialBackend classes contain backend-specific routines and functions.
self.custom_select = {}