I have a Django Boolean Field which is shown with pretty 'on' 'off' buttons in the list display (green and red). Is it possible to have a third state like yellow or blue, indicating state is unknown.
PS : I have read about NullBooleanField, but that doesn't change my widget. All I need is, Django to display a third color based on a third value for my boolean field.