Opened 8 months ago

Closed 8 months ago

Last modified 8 months ago

#34817 closed Uncategorized (invalid)

Boolean field doesn't look good on django-admin

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

Description

I have a model with a boolean field. After registering the model on django-admin, it looks like this:

https://i.gyazo.com/10e567c2353104e76c9fa1d157fa82a4.png

I'd expect the label to be aligned at the left with all the others, and the checkbox to be aligned at the right with all the other ones as well.

This is on latest Django as of 2023/09/07.

Change History (2)

comment:1 by Natalia Bidart, 8 months ago

Resolution: invalid
Status: newclosed

Hello, thank you for your ticket.

There hasn't been changes regarding how boolean fields are displayed. If you have concerns from the usability point of view, please start a new post in the Django Forum, where you'll reach a wider audience and likely get richer feedback.

comment:2 by Natalia Bidart, 8 months ago

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