On Jul 27, 2006, at 7:23 AM, sean wrote:
>
> You should fix those things, editable didn't work because 'False' with
> quotes isn't a valid boolean value.


Actually 'False' with quotes IS a valid boolean value, just not the  
expected value. Python evaluates any non-empty string to True. So  
'True' is True, but 'False' is also True.

Don


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to