#36926: Admin list_display does not use boolean icons when traversing relations
--------------------------------------+------------------------------------
Reporter: Michael Nagler | Owner: Huwaiza
Type: Cleanup/optimization | Status: assigned
Component: contrib.admin | Version: 6.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
--------------------------------------+------------------------------------
Changes (by Jacob Walls):
* stage: Unreviewed => Accepted
* summary:
Admin list_display does not use boolean icons when traversing
properties
=>
Admin list_display does not use boolean icons when traversing
relations
* type: New feature => Cleanup/optimization
Comment:
Seems conceptually similar to #19963 in terms of removing inconsistency.
Having a series of booleans mixed between local models and related models
would create an inconsistent row of "X, True, X, True, ..." etc.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36926#comment:8>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.