I get the error
{{{
FieldError: Cannot resolve keyword 'message_length' into field. Choices
are: message, id, text, x
}}}
because the code ignores the descending case.
--
Ticket URL: <https://code.djangoproject.com/ticket/34421>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
* stage: Unreviewed => Accepted
Comment:
[https://github.com/django/django/pull/16657 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34421#comment:1>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34421#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"2ffa815c734e12262a3cb8ce5664f297128ae47f" 2ffa815c]:
{{{
#!CommitTicketReference repository=""
revision="2ffa815c734e12262a3cb8ce5664f297128ae47f"
Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order
by annotations.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34421#comment:3>