﻿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
23760	ModelForm wrong default value on field without fields Meta attribute neither initial data.	aRkadeFR	nobody	"I haven't found any similar ticket.

Create a Model with a BooleanField, null=False, default=True, blank=True.

Create the ModelForm with the Meta attribute model = ModelClass

Then if you want to create a ModelClass through the ModelForm(data={ XXXX without the BooleanField } ) , this will setup the booleanfield to False .

This is pretty unconvenient when upgrading a model without touching the forms."	Cleanup/optimization	closed	Forms	1.6	Normal	invalid	form, modelform, default, value		Unreviewed	0	0	0	0	0	0
