﻿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
27135	Standardise type value returned by introspection.get_constraints for indexes	Akshesh Doshi	nobody	"Currently, Django supports introspection of index type for PostgreSQL and would be [https://code.djangoproject.com/ticket/27097#ticket supporting it for other backends] as well in future.

Currently the value returned for `type` is arbitrary but it would be better to set a standard values associated with each index types (like using `Index.suffix` as suggested by Tim Graham). This discussion might make it more clear - https://github.com/django/django/pull/7046#discussion-diff-74431956"	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed	introspection db-indexes 1.11		Accepted	1	0	0	0	0	0
