diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-05-24 16:22:08 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-05-24 16:22:08 +0200 |
| commit | c5d73b687d21658e61ff63ba4dd477c8079a11c9 (patch) | |
| tree | a4498c0818ae7dddf8cbbd9c9bcdd7a1fe646a0b | |
| parent | 3caf957ed5eaa831a485abcb89f27266dbf3e82b (diff) | |
Removed comment forgotten in 3caf957ed5
| -rw-r--r-- | django/contrib/gis/db/models/sql/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/db/models/sql/query.py b/django/contrib/gis/db/models/sql/query.py index 9aec3a65bc..b3be7a00f1 100644 --- a/django/contrib/gis/db/models/sql/query.py +++ b/django/contrib/gis/db/models/sql/query.py @@ -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 = {} |
