﻿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
17717	django.core.serializers.serialize doesn't deal with proxy models	lakin	nobody	"If you try to serialize a proxy=True model - you get no fields serialized. 

I wish I had more time to make a test case, but I don't at the moment.  The easy test case is to make a model, make another model that proxies to the original model.  Insert a row of data, and then serialize an instance of both models to see that the proxy one is empty.

Marking it as 1.1 as that is what I'm using and I haven't had time to double check the other versions."	Bug	closed	Core (Serialization)	1.1	Normal	fixed		anssi.kaariainen@… charette.s@…	Ready for checkin	1	0	0	0	0	0
