File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -436,11 +436,11 @@ A few subtleties that are worth mentioning:
436
436
ordering can affect the results. See the note in :meth:`distinct` for
437
437
details.
438
438
439
- * If you use a ``values()`` clause after an `` extra()`` clause ,
440
- any fields defined by a ``select`` argument in the `` extra()` `
441
- must be explicitly included in the ``values()`` clause. However,
442
- if the `` extra()`` clause is used after the ``values()``, the
443
- fields added by the select will be included automatically .
439
+ * If you use a ``values()`` clause after an :py:meth:` extra()` call ,
440
+ any fields defined by a ``select`` argument in the :py:meth:` extra()`
441
+ must be explicitly included in the ``values()`` call. Any
442
+ :py:meth:` extra()` call made after a ``values()`` call with have its
443
+ extra selected fields ignored .
444
444
445
445
A ``ValuesQuerySet`` is useful when you know you're only going to need values
446
446
from a small number of the available fields and you won't need the
You can’t perform that action at this time.
0 commit comments