Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28521 closed Cleanup/optimization (wontfix)

Align checkboxes under other field inputs in Django admin

Reported by: Zach Borboa Owned by: nobody
Component: contrib.admin Version: dev
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: no

Description (last modified by Zach Borboa)

Align the checkbox in the Django admin with the other fields. Screenshot attached.

https://code.djangoproject.com/raw-attachment/ticket/28521/screenshot.png

Attachments (1)

screenshot.png (33.6 KB ) - added by Zach Borboa 7 years ago.

Download all attachments as: .zip

Change History (4)

by Zach Borboa, 7 years ago

Attachment: screenshot.png added

comment:1 by Zach Borboa, 7 years ago

Description: modified (diff)

comment:2 by Tim Graham, 7 years ago

Component: Uncategorizedcontrib.admin
Resolution: wontfix
Status: newclosed
Summary: Reposition checkbox in Django adminAlign checkboxes under other field inputs in Django admin
Type: UncategorizedCleanup/optimization

I checked as far back as Django 1.4 and this positioning hasn't changed. I'm not convinced the change would be more disruptive (for example, to third-party admin customizations) than it's worth. The original designer(s) probably had a reason for the way it's laid out. You can write to the DevelopersMailingList if you want to try to get a consensus otherwise.

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