﻿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
20208	Type of id.value of inlineformset differs from creation	roehner@…	nobody	"If i instantiate an inlineformset with request.POST, the type of the id of all fields will be unicode. If i instantiate it only with instance=object, the id is a long int. It should be a long int in both cases. The type is relevant, if accessing the id in a template (e.g. if the id references entries in a dictionary) and the different type causes problems there.

I guess, that this is the case not only with inlineformsets.

I use django 1.4.5"	Bug	closed	Forms	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	1
