mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Fixed several typos in Django
This commit is contained in:
parent
e79725cdf9
commit
1dcc603eff
34 changed files with 40 additions and 40 deletions
|
@ -1780,7 +1780,7 @@ def prefetch_related_objects(result_cache, related_lookups):
|
|||
# Last one, this *must* resolve to something that supports
|
||||
# prefetching, otherwise there is no point adding it and the
|
||||
# developer asking for it has made a mistake.
|
||||
raise ValueError("'%s' does not resolve to a item that supports "
|
||||
raise ValueError("'%s' does not resolve to an item that supports "
|
||||
"prefetching - this is an invalid parameter to "
|
||||
"prefetch_related()." % lookup.prefetch_through)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue