What are the pluses and minuses of using a Many-to-Many Intermediary Model vs just putting a foreign key to the "owning" model in the "owned" model?
Example: http://dpaste.com/86133/ Seems like you can do the same things either way, no? Any catches in the M2M field? (P.S. they both have the same bug if the foreign key to the "owning" model is part of a unique_together combination: http://code.djangoproject.com/ticket/8882 ) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---