More on this ... it seems that django adds two entries to the join table. Doing:
manager.subordinates.add(employee) added two entries: id = 7 from = 1 to = 2 id = 8 from = 2 to = 1 Is this the correct behavior? I would assume only one relationship should be added (from = 1 to = 2) Hmm ... looking deeper it seems the answer is in the "symmetrical" flag ... let me investigate. -Sandy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---