Since a many-to-many relationship is effectively a join table of two 1-many relationships can you implement a many-to-many relationship like this in django like this? Any problems associated with this approach?
class A class B foreignkey(A) foreignKey(C) class C MerMer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---