﻿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
14356	Unused import in django.core.management.sql	Xia Kai(夏恺)	nobody	"Hi,

  There are several unused imports in source:django/trunk/django/core/management/sql.py

{{{
from django.contrib.contenttypes import generic
from django.dispatch import dispatcher
from django.db.backends.util import truncate_name
}}}

I read all the codes in this file and confirmed that the lines above are obsolete. I started a toy project and the management commands are working properly without these lines.

The above lines are introduced in [11952]."		closed	Core (Other)	dev		fixed	obsolete import	xiaket@…	Ready for checkin	1	0	0	0	0	0
