Commit c5d73b68 authored by Claude Paroz's avatar Claude Paroz
Browse files

Removed comment forgotten in 3caf957e

parent 3caf957e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {}