On Sep 12, 11:14 am, Jason <[EMAIL PROTECTED]> wrote:
> yeah, that did work .. I'm just surprised I have to go through that
> extra step now, when
> before 1.0 release it seems I didn't have too :/

Great, but why would you think assigning a string to a Boolean field
would work in the first place?

Look at this from an interactive python session:

>>> bool('true')
True
>>> bool('false')
True
>>>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to