diff options
| author | Mike Edmunds <medmunds@gmail.com> | 2025-07-22 20:44:22 -0700 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-07-23 20:17:55 -0300 |
| commit | 78298b51629e14c0e472898b635bc819d47b7f27 (patch) | |
| tree | fc3302ebacba36e9b06d12f90b557c9314b9be1f /django/db/models/sql/query.py | |
| parent | 69a93a88edb56ba47f624dac7a21aacc47ea474f (diff) | |
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.
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) |
