﻿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
22917	Typo in AlterIndexTogether.describe method	anonymous	Tim Graham	"
# self.self.option_name

def describe(self):
      return ""Alter %s for %s (%s constraints)"" % (self.self.option_name, self.name, len(self.index_together))

https://github.com/django/django/blob/master/django/db/migrations/operations/models.py#L291"	Bug	closed	Migrations	dev	Normal	fixed			Accepted	0	0	0	0	1	0
