#31079: Boolean not right value in admin page
-------------------------------------+-------------------------------------
Reporter: general03 | Owner: nobody
Type: Bug | Status: new
Component: | Version: 2.2
contrib.admin |
Severity: Normal | Keywords: admin BooleanField
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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
--
Ticket URL: <https://code.djangoproject.com/ticket/31079>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.b86c305c24d73f2547b70ea4bd498a16%40djangoproject.com.