﻿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
5568	DROP INDEX subcommand	Paul Smith	nobody	"Attached is a patch for a subcommand of django-admin.py that prints DROP INDEX SQL statements for a given app, as in:

{{{
$ django-admin.py sqldropindexes my_app
BEGIN;
DROP INDEX my_app_people_name;
DROP INDEX my_app_people_email;
COMMIT;
}}}

This is useful for speeding up a big INSERT. Indexes can then be rebuilt with {{{django-admin.py sqlindexes my_app}}}."	New feature	closed	Core (Management commands)	dev	Normal	fixed	management sql indexes drop index		Accepted	1	0	1	0	0	0
