mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed typos in docs and comments
This commit is contained in:
parent
b99a4e1073
commit
ee26797cff
15 changed files with 20 additions and 17 deletions
|
@ -1587,7 +1587,7 @@ def prefetch_related_objects(result_cache, related_lookups):
|
|||
continue
|
||||
done_lookups.add(lookup)
|
||||
|
||||
# Top level, the list of objects to decorate is the the result cache
|
||||
# Top level, the list of objects to decorate is the result cache
|
||||
# from the primary QuerySet. It won't be for deeper levels.
|
||||
obj_list = result_cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue