﻿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
28046	Add tablespace support to Index class	Markus Holtermann	Mariusz Felisiak	"For now, the `django.db.models.indexes.Index` class determines a non-default tablespace from its model field if the index is defined on a single field (`Field.db_tablespace`) or from a model's `_meta.db_tablespace` for multi-column indexes. Indexes on expressions, however, won't be able to identify which columns they refer to.

The initial API design would be to add `db_tablespace` or `tablespace` as an attribute to the `Index` class and use that if provided, and fallback to the current behavior if not given."	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed			Accepted	1	0	0	0	0	0
