Kaydet (Commit) af69f14e authored tarafından Claude Paroz's avatar Claude Paroz Kaydeden (comit) Tim Graham

Removed unused sql.Query.query_terms

Unused since 5008a4db.
üst fe5e34a2
...@@ -21,7 +21,7 @@ from django.db.models.query_utils import ( ...@@ -21,7 +21,7 @@ from django.db.models.query_utils import (
Q, check_rel_lookup_compatibility, refs_expression, Q, check_rel_lookup_compatibility, refs_expression,
) )
from django.db.models.sql.constants import ( 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 ( from django.db.models.sql.datastructures import (
BaseTable, Empty, EmptyResultSet, Join, MultiJoin, BaseTable, Empty, EmptyResultSet, Join, MultiJoin,
...@@ -113,7 +113,6 @@ class Query: ...@@ -113,7 +113,6 @@ class Query:
alias_prefix = 'T' alias_prefix = 'T'
subq_aliases = frozenset([alias_prefix]) subq_aliases = frozenset([alias_prefix])
query_terms = QUERY_TERMS
compiler = 'SQLCompiler' compiler = 'SQLCompiler'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment