Django people... Would having migration files that, at their time of creation, defined `index_together` still cause warnings of;
RemovedInDjango51Warning: 'index_together' is deprecated
All models have, for some time, used `indexes = []`
Typically when someone is talking about modifying historic migrations I assume there is something else at fault.