﻿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
35749	AlterIndexTogether raising TypeError: 'class Meta' got invalid attribute(s): index_together	Dishen Wang		"According to the documentation: ""The AlterIndexTogether migration operation is now officially supported only for pre-Django 4.2 migration files. For backward compatibility reasons, it’s still part of the public API, and there’s no plan to deprecate or remove it, but it should not be used for new migrations. Use AddIndex and RemoveIndex operations instead."" But when running make migrate it gave error `TypeError: 'class Meta' got invalid attribute(s): index_together`. Is this an issue or should am I misunderstanding the problem?"	Bug	closed	Migrations	5.1	Normal	duplicate	AlterIndexTogether, index_together	Dishen Wang	Unreviewed	0	0	0	0	0	0
