﻿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
8999	ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude	Sean Legassick	jkocherhans	"In !ModelAdmin.get_form and !ModelAdmin.get_formset the intent is to combine self.exclude and kwargs!['exclude'] but the defaults.update(kwargs) will overwrite the combined values. Fix is simply changing the kwargs.get('exclude', []) to kwargs.pop('exclude', []).
"	Cleanup/optimization	closed	contrib.admin	1.0	Normal	fixed		brandon.konkle@…	Ready for checkin	1	0	0	0	0	0
