﻿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
22903	Cannot generate a migration if index_together or unique_together is removed from a model	Tim Graham	Tim Graham	"{{{
Traceback (most recent call last):
...
  File ""/home/tim/code/django/django/db/migrations/autodetector.py"", line 50, in changes
    changes = self._detect_changes(convert_apps)
  File ""/home/tim/code/django/django/db/migrations/autodetector.py"", line 178, in _detect_changes
    self.generate_altered_index_together()
  File ""/home/tim/code/django/django/db/migrations/autodetector.py"", line 788, in generate_altered_index_together
    index_together=new_model_state.options['index_together'],
KeyError: u'index_together'"	Bug	closed	Migrations	1.7-beta-2	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
