Django

Code

Ticket #744 (closed: fixed)

Opened 3 years ago

Last modified 1 year ago

`NullBooleanField` should show an icon in the admin listing rather than "None"

Reported by: Tom Tobin <korpios@korpios.com> Assigned to: wilson
Milestone: Component: Generic views
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

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.

Attachments

Change History

06/01/06 10:42:45 changed by wilson

  • owner changed from adrian to wilson.
  • status changed from new to assigned.

06/01/06 22:17:30 changed by wilson

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [3050]) Fixed #744 -- Added icon to display null boolean values in admin changelists.

07/03/06 02:11:38 changed by anonymous

  • priority changed from normal to high.
  • type changed from enhancement to task.
  • component changed from Admin interface to Generic views.
  • severity changed from normal to trivial.
  • summary changed from `NullBooleanField` should show an icon in the admin listing rather than "None" to `NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34;.

07/12/07 13:02:54 changed by korpios

  • reporter changed from Tom Tobin <korpios@gmail.com> to Tom Tobin <korpios@korpios.com>.

Add/Change #744 (`NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34;)




Change Properties
Action