﻿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
8651	Deserializer does not allow for 0 based primary keys on a foreign keyed table	chesnutd	Jacob	"The deserializer in core/serializers/python does not take into account that you can have a foreign key values of zero.  The statement: 

if field_value:  

It should be changed to 

if field_value is not None:

I've included that patch"		closed	Uncategorized	dev		fixed			Ready for checkin	1	0	0	0	0	0
