﻿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
12999	update_all_contenttypes in contenttypes.management fails in django 1.2	lsbardel	nobody	"Bug introduced with multiple database support. The function loop over installed applications and call update_contenttypes without passing a keyworded ""db"" argument.
update_contenttypes fails when no ""db"" is available. To fix the problem I replaced
{{{
db = kwargs[""db""]
}}}
with 
{{{
db = kwargs.get('db',None)
}}}"		closed	Contrib apps	dev		fixed	contenttypes		Accepted	1	0	0	1	0	0
