﻿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
3342	ForeignKey relation doesn't work with newforms form_for_model() save	Jure Cuhalev <gandalf@…>	Adrian Holovaty	"When having a model with ForeignKey(), clean_data returns unicoded integer of related-field, but django expects an instance of that model. Because of that model_save in newforms/models.py line 18, obj = self._model(**self.clean_data) fails.

The solution is probably to resolve ForeignKey somewhere before but I'm not sure how to do this properly."		closed	Forms	dev		duplicate	ForeignKey newforms	gandalf@…	Unreviewed	0	0	0	0	0	0
