﻿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
31079	Boolean not right value in admin page.	general03	nobody	"Hello,

I have django 2.2.6 and in my model I use boolean value 
{{{
legacy = models.BooleanField(verbose_name='Responsable')
}}}
but when I open my admin page I display the wrong value (the opposite value).

In my DB the value is right but in the admin page I have the checkbox checked instead of not (for instance)

What is wrong ?

Thanks

"	Bug	closed	contrib.admin	2.2	Normal	invalid	admin BooleanField		Unreviewed	0	0	0	0	0	0
