Kaydet (Commit) c5d73b68 authored tarafından Claude Paroz's avatar Claude Paroz

Removed comment forgotten in 3caf957e

üst 3caf957e
...@@ -22,7 +22,7 @@ class GeoQuery(sql.Query): ...@@ -22,7 +22,7 @@ class GeoQuery(sql.Query):
#### Methods overridden from the base Query class #### #### Methods overridden from the base Query class ####
def __init__(self, model): def __init__(self, model):
super(GeoQuery, self).__init__(model) #, where) super(GeoQuery, self).__init__(model)
# The following attributes are customized for the GeoQuerySet. # The following attributes are customized for the GeoQuerySet.
# The SpatialBackend classes contain backend-specific routines and functions. # The SpatialBackend classes contain backend-specific routines and functions.
self.custom_select = {} self.custom_select = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment