﻿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
27060	Take indexes into account in inspectdb command	Akshesh Doshi	Drew Winstel	Currently, `inspectdb` command takes into account existing tables (via `models.Model`), columns (via `models.Field`) and unique constraints (via `unique_together`) while inspecting the db. It would be helpful to take into account the existing indexes (via `models.Index`) on the table as well.	New feature	assigned	Core (Management commands)	dev	Normal		db-indexes inspectdb	David Wobrock	Accepted	1	0	0	1	0	0
