Comment (by Andrii Soldatenko):
Does anyone works on this FR? I would like to help.
What's the final decision?
Do I need use this approach?
`Item.objects.values_list(*names_list, named=True)`
thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/15648#comment:20>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: Paul Miller => Sergey Fedoseev
* needs_better_patch: 1 => 0
* needs_docs: 1 => 0
Comment:
[https://github.com/django/django/pull/8852 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/15648#comment:21>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"f3c956214366d590c0a588aaad83f8f770c78b76" f3c95621]:
{{{
#!CommitTicketReference repository=""
revision="f3c956214366d590c0a588aaad83f8f770c78b76"
Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/15648#comment:22>