--
Ticket URL: <https://code.djangoproject.com/ticket/32517>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* component: Core (Other) => Utilities
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/32517#comment:1>
* owner: nobody => diego-lima
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/32517#comment:2>
* has_patch: 0 => 1
Comment:
Submitted on PR 14089 [https://github.com/django/django/pull/14089].
--
Ticket URL: <https://code.djangoproject.com/ticket/32517#comment:3>
* cc: Diego Lima (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/32517#comment:4>
Comment (by Chris Jerdonek):
Since Simon asked in the PR comments, I'll state the reason for this
feature. It would be useful for resolving #32516, which involves reversing
a number of `OrderedSet` objects.
--
Ticket URL: <https://code.djangoproject.com/ticket/32517#comment:5>
Comment (by Mariusz Felisiak):
Yes, I accepted assuming it'd be used in #32516. Sorry I should mention
this.
--
Ticket URL: <https://code.djangoproject.com/ticket/32517#comment:6>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32517#comment:7>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"2e5aa444d140a9f2bc858e493ff85ced589f1a58" 2e5aa444]:
{{{
#!CommitTicketReference repository=""
revision="2e5aa444d140a9f2bc858e493ff85ced589f1a58"
Fixed #32517 -- Made OrderedSet reversible.
Refs #32516.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32517#comment:8>