﻿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
15744	serialization docs improvement	choj	gumuz	"In [http://docs.djangoproject.com/en/1.3/topics/serialization/], the code fragment
{{{
return (self.first_name, self.last_name)
}}}
could be improved as a dict
{{{
return {'first name':self.first_name, 'last name':self.last_name}
}}}
to show how to enable fieldnames in the JSON output, rather than the default ""naturalkey""."	Cleanup/optimization	closed	Documentation	1.3	Normal	invalid	docs serialization		Accepted	1	0	0	0	1	0
