diff options
Diffstat (limited to 'django/db/models/sql/query.py')
| -rw-r--r-- | django/db/models/sql/query.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py index 5e87f65e7c..dc019df166 100644 --- a/django/db/models/sql/query.py +++ b/django/db/models/sql/query.py @@ -2635,7 +2635,8 @@ class Query(BaseExpression): Return a lookup usable for doing outerq.filter(lookup=self) and a boolean indicating if the joins in the prefix contain a LEFT OUTER - join. _""" + join. + """ all_paths = [] for _, paths in names_with_path: all_paths.extend(paths) |
