summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororblivion <orblivion@gmail.com>2012-12-01 18:55:26 -0800
committerorblivion <orblivion@gmail.com>2012-12-01 18:55:26 -0800
commit0ff1d4fa49832a60fe7f0dfb0ef6e6765c05c2fb (patch)
treec0ce3e34a780f0b45f0c791fc1d689ee40472cb7
parent90d3af380e8efec0301dd91600c6686232de3943 (diff)
Typeo in ValuesQuerySet._as_sql docstring
-rw-r--r--django/db/models/query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/query.py b/django/db/models/query.py
index 130be9ad96..f56d5d2842 100644
--- a/django/db/models/query.py
+++ b/django/db/models/query.py
@@ -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