summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/ref/models/querysets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index caebd8abe2..ce77e052a9 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -539,7 +539,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