﻿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
26709	Add operation for creating database indexes and class based indexes	Akshesh Doshi	nobody	"With all the discussion starting from Marc's [https://github.com/django/deps/pull/6/ DEP] and continuing at various [https://github.com/django/deps/pull/19/ other] [https://groups.google.com/forum/#!searchin/django-developers/akki/django-developers/lASYirbQvQA/6x-QbHHnCQAJ places], the first step we can take towards having class based indexes is to create the base `Index` class and an operation (`CreateIndex`) to create them. This would allow us to create indexes  from the migrations using a defined API of the `Index` class without even touching the model layer.
A `DropIndex` will also be required to be created.
"	New feature	closed	Migrations	dev	Normal	fixed	db-indexes		Accepted	1	0	0	0	0	0
