1
0
mirror of https://github.com/django/django.git synced 2025-04-15 04:44:37 +00:00

[1.7.x] Added flat=False to signature of QuerySet.values_list()

Backport of 20f868bc5a from master
This commit is contained in:
jnothman 2014-10-02 00:24:46 +10:00 committed by Tim Graham
parent 74c38bad1d
commit b21ec1ab6e

View File

@ -573,7 +573,7 @@ You can also refer to fields on related models with reverse relations through
values_list
~~~~~~~~~~~
.. method:: values_list(*fields)
.. method:: values_list(*fields, flat=False)
This is similar to ``values()`` except that instead of returning dictionaries,
it returns tuples when iterated over. Each tuple contains the value from the