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
This commit is contained in:
Julien Phalip 2011-08-26 23:37:07 +00:00
parent a4a250a296
commit 17ceb9b98a
1 changed files with 1 additions and 1 deletions

View File

@ -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