I have an unusual data modeling situation I am trying to see if I can tackle using Django. I have a class "Person", which has a self- referential M2M relationship (a person is related to another person). I would like to capture what that relationship is. Is there a way to add more fields to the intermediate table in the M2M? If not, am I going about this entirely incorrectly?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---