--
Ticket URL: <https://code.djangoproject.com/ticket/23659>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
https://github.com/django/django/pull/3371
--
Ticket URL: <https://code.djangoproject.com/ticket/23659#comment:1>
* version: 1.7 => master
* stage: Unreviewed => Ready for checkin
Comment:
It's also what I would expect from `values_list()` and `annotate()`
chaining.
Patch LGTM, CI failures look unrelated.
--
Ticket URL: <https://code.djangoproject.com/ticket/23659#comment:2>
* stage: Ready for checkin => Accepted
Comment:
Loïc raised an issue on the PR that must be addressed before merging.
--
Ticket URL: <https://code.djangoproject.com/ticket/23659#comment:3>
Comment (by claudep):
Issue addressed, test suite OK.
--
Ticket URL: <https://code.djangoproject.com/ticket/23659#comment:4>
* stage: Accepted => Ready for checkin
Comment:
Except the two flake8 warnings the patch is RFC.
--
Ticket URL: <https://code.djangoproject.com/ticket/23659#comment:5>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"374c14b7fd8a7ba06cebfa83dd40915a50796d3e"]:
{{{
#!CommitTicketReference repository=""
revision="374c14b7fd8a7ba06cebfa83dd40915a50796d3e"
Fixed #23659 -- Kept annotate() args ordering
Thanks Loic Bistuer and Simon Charette for the review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23659#comment:6>