wagtail / django-modelcluster

Django extension to allow working with 'clusters' of models as a single unit, independently of the database
BSD 3-Clause "New" or "Revised" License
485 stars 66 forks source link

Docs: please provide an example of a through model with a ParentalManyToManyField #175

Open mjmare opened 1 year ago

mjmare commented 1 year ago

It should preferably show whether 0, 1 or 2 ParentalKey are necessary in the through model.

TIA