diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-02 10:18:46 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-02 10:18:46 -0700 |
| commit | 19256f300e44b0a682f76fc1dda673862bae49d1 (patch) | |
| tree | 0a2a00bf15ea0649ba8150aeec22da4023c43cc1 /django/contrib/gis/db/models/sql/query.py | |
| parent | 8b3d9d96ed8304d749c9056c42be89084d9b34aa (diff) | |
Continue to attack E302 violations
Diffstat (limited to 'django/contrib/gis/db/models/sql/query.py')
| -rw-r--r-- | django/contrib/gis/db/models/sql/query.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/gis/db/models/sql/query.py b/django/contrib/gis/db/models/sql/query.py index b789174525..3923bf460e 100644 --- a/django/contrib/gis/db/models/sql/query.py +++ b/django/contrib/gis/db/models/sql/query.py @@ -21,6 +21,7 @@ ALL_TERMS = set([ ]) ALL_TERMS.update(sql.constants.QUERY_TERMS) + class GeoQuery(sql.Query): """ A single spatial SQL query. |
