1
0
mirror of https://github.com/django/django.git synced 2025-04-11 11:02:22 +00:00
David Wobrock 9fce76a237 [4.1.x] Fixed #31788 -- Fixed migration optimization after altering field to ManyToManyField.
This makes AddField() used for altering to ManyToManyField, dependent
on the prior RemoveField.
Backport of 798b6c23ee52c675dd0f0e233c50cddd7ff15657 from main
2022-06-02 12:11:06 +02:00
..