Merge pull request #569 from orblivion/master

Fixed typo in ValuesQuerySet._as_sql docstring
This commit is contained in:
Preston Holmes 2012-12-03 08:51:40 -08:00
commit 6d27547d20
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ class ValuesQuerySet(QuerySet):
def _as_sql(self, connection): 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 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 a single field (in which case, that is the field column that is
returned). This differs from QuerySet.as_sql(), where the column to returned). This differs from QuerySet.as_sql(), where the column to