Re: NullBooleanField save error in Admin

2010-03-09 Thread Karen Tracey
Sounds like a bug. I don't recall seeing one like it reported before, so if you could open a ticket for it that would be appreciated. Karen -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@google

NullBooleanField save error in Admin

2010-03-09 Thread Ed Hagen
Hi, I have a model field defined thus: benefit = models.NullBooleanField() In django 1.1 and 1.2 pre-alpha, nulls were displayed with a "?" icon in list view. In the Admin change form, a pop-up menu appeared with 3 options (Unknown, Yes, No). Setting to "Unknown" and saving did not generate any