Hi Guys

It turns out that setting a field to "models.NullBooleanField(blank=True, 
null=True,)" causes all sorts of bad things to happen as Django tries to 
insert '' into boolean fields... I know that NullBooleanField should 
probably not have these switches (I did it by mistake) but I am not sure 
than Django should _ever_ trying to insert '' into a boolean field.

Cheers
-- 

Peter Nixon
http://peternixon.net/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to