Hi All!

I get a trouble when I try to serialize object with many-to-many
relationship. All related objects have no values in xml, in db
everything is ok, why?

<?xml version="1.0" encoding="utf-8"?>
<django-objects version="1.0">
<object pk="5" model="transactions.transaction">
  <field to="people.person" name="person" rel="ManyToOneRel">132132</
field>
  <field to="auth.user"    name="operator" rel="ManyToOneRel">1</
field>
  <field type="DateTimeField"  name="commit_date">2008-01-24 14:51:32</
field>
  <field type="DateTimeField"  name="rollback_date"><None></None></
field>
  <field to="transactions.servicetransactions"     name="transactions"
rel="ManyToManyRel">

# HERE IS NO VALUES IN OBJECTS, WHY?

    <object pk="16"></object>
    <object pk="17"></object>
    <object pk="18"></object>
    <object pk="19"></object>
    <object pk="20"></object></field>
  </object>
</django-objects>

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