Author: julien
Date: 2011-08-26 16:37:07 -0700 (Fri, 26 Aug 2011)
New Revision: 16698

Modified:
   django/trunk/docs/ref/models/querysets.txt
Log:
Fixed #16712 -- Fixed a small typo in the QuerySet API docs. Thanks to Rupe and 
Aymeric Augustin for the report.

Modified: django/trunk/docs/ref/models/querysets.txt
===================================================================
--- django/trunk/docs/ref/models/querysets.txt  2011-08-26 21:13:01 UTC (rev 
16697)
+++ django/trunk/docs/ref/models/querysets.txt  2011-08-26 23:37:07 UTC (rev 
16698)
@@ -439,7 +439,7 @@
     * 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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to