Commit 17ceb9b9 authored by Julien Phalip's avatar Julien Phalip
Browse files

Fixed #16712 -- Fixed a small typo in the QuerySet API docs. Thanks to Rupe...

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
parent a4a250a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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