﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28862	Removing a field from index_together/unique_together and from the model generates a migration that crashes	Artem Maslovskiy	Jeff	In Django 1.9.11, after deleting a model field and removing it from `index_together` attribute, the `makemigrations` command generates a broken migration code with RemoveField operation preceding AlterIndexTogether operation. That causes the following `migrate` command to raise an exception while trying to apply the generated migration.	Bug	closed	Migrations	1.9	Normal	fixed	models migrations	Artem Maslovskiy Ed Morley	Accepted	1	0	0	0	0	0
