`NullBooleanField` should show an icon in the admin listing rather than "None"
As it currently stands, NullBooleanField displays icons for Yes/True and No/False in the admin listing; a value of NULL, on the other hand, simply displays "None". Since NullBooleanField is a 3VL logic field (True, False, Unknown), the Unknown value should be presented in the same format as the other values, i.e., with an icon. Suggestion: a question mark with a blue or yellow background.
Change History
(4)
| Owner: |
changed from Adrian Holovaty to Wilson Miner
|
| Status: |
new → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
| Component: |
Admin interface → Generic views
|
| priority: |
normal → high
|
| Severity: |
normal → trivial
|
| Summary: |
`NullBooleanField` should show an icon in the admin listing rather than "None" → `NullBooleanField` should show an icon in the admin listing rather than "None"
|
| Type: |
enhancement → task
|
| Reporter: |
changed from Tom Tobin <korpios@…> to Tom Tobin <korpios@…>
|
(In [3050]) Fixed #744 -- Added icon to display null boolean values in admin changelists.