﻿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
1604	FormField.convert_post_data() bug	anonymous	Adrian Holovaty	"In FormField.convert_post_data(), it is possible to set a new entry instead of replacing the old one when self.field_name != self.get_member_name() (for instance in foreign keys). The required change is from

d = new_data.getlist(self.field_name)

to

d = new_data.pop(self.field_name)

George"	defect	closed	Core (Other)	magic-removal	normal	invalid			Ready for checkin	0	0	0	0	0	0
