Changes between Initial Version and Version 2 of Ticket #28352


Ignore:
Timestamp:
Jun 30, 2017, 9:29:13 AM (7 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28352

    • Property Summary values_list documentation doesn't show return type which can be confusingQuerySet.values_list() docs documentation doesn't show correct return type
    • Property Easy pickings set
    • Property Triage Stage UnreviewedAccepted
  • Ticket #28352 – Description

    initial v2  
    1 The values() documentation correctly shows the return type of the object:
     1The `values()` documentation (docs/ref/models/querysets.txt) correctly shows the return type of the object:
    22
    33{{{
     
    66}}}
    77
    8 whereas the values_list() erroneously shows the return type as a straight list:
     8whereas the `values_list()` erroneously shows the return type as a list:
    99
    1010{{{
Back to Top