From 17ceb9b98aeea3062ba28aac0ba23e5021c7b903 Mon Sep 17 00:00:00 2001 From: Julien Phalip Date: Fri, 26 Aug 2011 23:37:07 +0000 Subject: [PATCH] Fixed #16712 -- Fixed a small typo in the QuerySet API docs. Thanks to Rupe and Aymeric Augustin for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16698 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/querysets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 054f34878c..ca3b8aa31c 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -439,7 +439,7 @@ A few subtleties that are worth mentioning: * If you use a ``values()`` clause after an :py:meth:`extra()` call, any fields defined by a ``select`` argument in the :py:meth:`extra()` must be explicitly included in the ``values()`` call. Any - :py:meth:`extra()` call made after a ``values()`` call with have its + :py:meth:`extra()` call made after a ``values()`` call will have its extra selected fields ignored. A ``ValuesQuerySet`` is useful when you know you're only going to need values