﻿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
3741	Serializers don't work with GenericRelations	Russell Keith-Magee	Russell Keith-Magee	"Alexander Solovyov <alexander.solovyov@gmail.com> reports that a model with a GenericRelation doesn't serialize properly; he has tried XML, JSON,and python serializers, and has problems with all of them. Under XML, for example, he gets:
{{{
Problem installing fixture 'product/fixtures/initial_data.xml': 'int' object has no attribute 'content_type'
}}}

The generic relation serializes as:
{{{
<field to=""tag.taggeditem"" name=""tags"" rel=""GenericRel"">
 <object pk=""10""></object>
 <object pk=""11""></object>
</field>
}}}

Which, by inspection, is ambiguous."		closed	Core (Serialization)	dev		fixed	Generic Relation	alexander.solovyov@…	Accepted	0	0	0	0	0	0
