﻿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
8886	loaddata deserializes BooleanFields wrong for inheriting model	erichs@…	nobody	"When using a very simple model of an Employee that extends auth.User, BooleanFields always keep the default value, ignoring the actual value from the JSON file.

Attached is a simple model that extends auth.User and a sample JSON dump. Simply sync the database and load the JSON file. While the boolean values for User have their correct values, the ""is_active"" field for Employee will be true for both. If you remove the ""default=True"", both of them will be false, which isn't correct either."	Bug	closed	Database layer (models, ORM)	1.0	Normal	fixed	loaddata BooleanField		Design decision needed	0	0	0	0	0	0
