From 78298b51629e14c0e472898b635bc819d47b7f27 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Tue, 22 Jul 2025 20:44:22 -0700 Subject: Refs #36500 -- Corrected rewrapped long lines fixed via a script. Manually reformatted some comments and docstrings where autofix_w505.py changed the meaning of the formatting. --- django/db/models/sql/query.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'django/db/models/sql/query.py') 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) -- cgit v1.3