diff options
Diffstat (limited to 'django/db/models/sql/query.py')
| -rw-r--r-- | django/db/models/sql/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py index ffa8db86f2..b99f0e90ef 100644 --- a/django/db/models/sql/query.py +++ b/django/db/models/sql/query.py @@ -1309,7 +1309,7 @@ class Query: if isinstance(child, Node): child_clause, needed_inner = self._add_q( child, used_aliases, branch_negated, - current_negated, allow_joins, split_subq) + current_negated, allow_joins, split_subq, simple_col) joinpromoter.add_votes(needed_inner) else: child_clause, needed_inner = self.build_filter( |
