mirror of
https://github.com/django/django.git
synced 2025-02-03 14:16:52 +00:00
Removed unused sql.Query.query_terms
Unused since 5008a4db440c8f7d108a6979b959025ffb5789ba.
This commit is contained in:
parent
fe5e34a295
commit
af69f14e7b
@ -21,7 +21,7 @@ from django.db.models.query_utils import (
|
||||
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,
|
||||
@ -113,7 +113,6 @@ class Query:
|
||||
|
||||
alias_prefix = 'T'
|
||||
subq_aliases = frozenset([alias_prefix])
|
||||
query_terms = QUERY_TERMS
|
||||
|
||||
compiler = 'SQLCompiler'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user