mirror of
https://github.com/django/django.git
synced 2025-11-27 13:55:26 +00:00
Fixed some typos in comments, docstrings, and tests.
This commit is contained in:
parent
b295b31171
commit
f9f9215d3e
9 changed files with 9 additions and 9 deletions
|
|
@ -699,7 +699,7 @@ class Query(BaseExpression):
|
|||
# All concrete fields that are not part of the defer mask must be
|
||||
# loaded. If a relational field is encountered it gets added to the
|
||||
# mask for it be considered if `select_related` and the cycle continues
|
||||
# by recursively caling this function.
|
||||
# by recursively calling this function.
|
||||
for field in opts.concrete_fields:
|
||||
field_mask = mask.pop(field.name, None)
|
||||
if field_mask is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue