﻿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
6229	loaddata should allow null for BooleanField(null=true)	odonian	nobody	"If I have a model with a BooleanField(blank=True, null=True), then proceed to run dumpdata, it seems that loaddata will fail with an error.


   Problem installing fixture '/foo/bar/datadump.json':
   [u'This value must be either True or False.']

I hand-edited the fixture file to change all the ""null"" values for the said BooleanField field to ""false"" and the fixture loads fine.  But methinks loaddata should allow nulls when the models.py definition allows it."		closed	Core (Management commands)	dev		duplicate	loaddata dumpdata BooleanField null		Unreviewed	0	0	0	0	0	0
