Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#31079 closed Bug (invalid)

Boolean not right value in admin page.

Reported by: general03 Owned by: nobody
Component: contrib.admin Version: 2.2
Severity: Normal Keywords: admin BooleanField
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Change History (3)

comment:1 by Mariusz Felisiak, 4 years ago

Resolution: invalid
Status: newclosed
Summary: Boolean not right value in admin pageBoolean not right value in admin page.

Please don't use Trac as a support channel.

Closing per TicketClosingReasons/UseSupportChannels.

comment:2 by general03, 4 years ago

So where put my issue ?

comment:3 by Mariusz Felisiak, 4 years ago

Use one of support channels.

Note: See TracTickets for help on using tickets.
Back to Top