Changes between Initial Version and Version 2 of Ticket #28352
- Timestamp:
- Jun 30, 2017, 9:29:13 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28352
- Property Summary values_list documentation doesn't show return type which can be confusing → QuerySet.values_list() docs documentation doesn't show correct return type
- Property Easy pickings set
- Property Triage Stage Unreviewed → Accepted
-
Ticket #28352 – Description
initial v2 1 The values() documentationcorrectly shows the return type of the object:1 The `values()` documentation (docs/ref/models/querysets.txt) correctly shows the return type of the object: 2 2 3 3 {{{ … … 6 6 }}} 7 7 8 whereas the values_list() erroneously shows the return type as a straightlist:8 whereas the `values_list()` erroneously shows the return type as a list: 9 9 10 10 {{{