--
Ticket URL: <https://code.djangoproject.com/ticket/34529>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34529#comment:1>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/16820 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34529#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"8e2460d599aec95f8cfe514d3cc8acdd4ca4b1fb" 8e2460d5]:
{{{
#!CommitTicketReference repository=""
revision="8e2460d599aec95f8cfe514d3cc8acdd4ca4b1fb"
Fixed #34529, Refs #34525 -- Reduced index operations with
Meta.indexes/index_together when optimizing migrations.
This makes squashing migrations an available path for changing
Meta.index_together, which is deprecated, to Meta.indexes.
Follow up to f81032572107846922745b68d5b7191058fdd5f5.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34529#comment:3>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"290fd5ecece400490ad6bb557720d3b76f647eaf" 290fd5ec]:
{{{
#!CommitTicketReference repository=""
revision="290fd5ecece400490ad6bb557720d3b76f647eaf"
[4.2.x] Fixed #34529, Refs #34525 -- Reduced index operations with
Meta.indexes/index_together when optimizing migrations.
This makes squashing migrations an available path for changing
Meta.index_together, which is deprecated, to Meta.indexes.
Follow up to f81032572107846922745b68d5b7191058fdd5f5.
Backport of 8e2460d599aec95f8cfe514d3cc8acdd4ca4b1fb from main.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34529#comment:4>