﻿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
23078	update_contenttypes interactive kwarg will always be False	raymond@…	nobody	"I've been noticing that stale content types are no longer removed during syncdb / migrate. Looking at the master and the c1 branch I've found the problem.

django/contrib/contenttypes/management.py line 63: kwargs.get('interactive', False)

Will always be False due to the function signature which defines kwarg interactive=True.

"	Bug	closed	contrib.contenttypes	1.7-rc-1	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
