﻿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
10295	pk name attribute not provided in <object> tag	Kausikram	nobody	"when django serializes an object it creates an object tag having the primary key value as an attribute pk=""value"" and then provides the other fields as its children. however it never mentions the name of the primary key anywhere. This turns to be disadvantageous when the primary key is not the default id field but something custom specified in the model.

Support by providing a name attribute for the object tag, similar to that provided for the fields tag would be much appreciated.

"	New feature	closed	Core (Serialization)	1.0	Normal	needsinfo	pk name		Design decision needed	0	0	0	0	0	0
