Hi,

I am working on an application that interacts with a Django app
through Django's xml serialization (using django-rest-interface).

All was going ok, when today I got stuck because while Django used to
serialize BooleanFields as <field type="BooleanField"
name="is_active">1</field> or <field type="BooleanField"
name="is_active">0</field> today I received <field type="BooleanField"
name="is_active">True</field>

Why did this happen? I am using the same Django (svn trunk) that I was
using yesterday.

Regards.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to