Skip to content

Commit

Permalink
Removed unused sql.Query.query_terms
Browse files Browse the repository at this point in the history
Unused since 5008a4d.
  • Loading branch information
claudep authored and timgraham committed Jun 8, 2017
1 parent fe5e34a commit af69f14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django/db/models/sql/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Q, check_rel_lookup_compatibility, refs_expression,
)
from django.db.models.sql.constants import (
INNER, LOUTER, ORDER_DIR, ORDER_PATTERN, QUERY_TERMS, SINGLE,
INNER, LOUTER, ORDER_DIR, ORDER_PATTERN, SINGLE,
)
from django.db.models.sql.datastructures import (
BaseTable, Empty, EmptyResultSet, Join, MultiJoin,
Expand Down Expand Up @@ -113,7 +113,6 @@ class Query:

alias_prefix = 'T'
subq_aliases = frozenset([alias_prefix])
query_terms = QUERY_TERMS

compiler = 'SQLCompiler'

Expand Down

0 comments on commit af69f14

Please sign in to comment.