On 3/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > 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?
There's no way to attach data to an m2m definition. However, there is another way to represent the problem: http://www.djangoproject.com/documentation/models/m2m_intermediary/ Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---