Hi! Please consider http://docs.djangoproject.com/en/dev/topics/db/models/#inheritance-and-reverse-relations
I'm a total failure at understanding this part: "you must specify the related_name attribute on each such field" In a Restaurant instance, wouldn't you access the Supplier instances (that are M2M'd from the Supplier model) via supplier_set? I.e., as explained here: http://docs.djangoproject.com/en/dev/topics/db/queries/#many-to-many-relationships At which point does that clash with the inheritance stuff? TIA! --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---