﻿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
13730	Allow db_index=False for ForeignKey	Alexander Schepanovski	Alexander Schepanovski	"Now db_index=True is hard-coded, so I have to drop unneeded indexes manually after syncdb or south migrate.

Rationalization:[[BR]]
Indexes slow down insert, update and delete operations, so it's ineffective to manage indexes that are not really used.[[BR]]
They may be not used if:[[BR]]
- they are created for consistency not for joins;[[BR]]
- there are partial, multiple column or other special indexes that would be used instead of them[[BR]]"		closed	Database layer (models, ORM)	1.2		fixed			Ready for checkin	1	0	0	0	0	0
