mirror of
https://github.com/django/django.git
synced 2025-07-31 00:54:37 +00:00
Typeo in ValuesQuerySet._as_sql docstring
This commit is contained in:
parent
90d3af380e
commit
0ff1d4fa49
1 changed files with 1 additions and 1 deletions
|
@ -1077,7 +1077,7 @@ class ValuesQuerySet(QuerySet):
|
|||
|
||||
def _as_sql(self, connection):
|
||||
"""
|
||||
For ValueQuerySet (and subclasses like ValuesListQuerySet), they can
|
||||
For ValuesQuerySet (and subclasses like ValuesListQuerySet), they can
|
||||
only be used as nested queries if they're already set up to select only
|
||||
a single field (in which case, that is the field column that is
|
||||
returned). This differs from QuerySet.as_sql(), where the column to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue