﻿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
10928	BooleanField: different behaviour when default=callable	alex@…	nobody	"When using a callable, the behaviour of the BooleanField is different from just using a constant. Example:
{{{
foo = models.BooleanField(default=lambda: False)
}}}
vs.
{{{
foo = models.BooleanField(default=False)
}}}
"	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed			Accepted	0	0	0	0	0	0
