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

Fix for copying child relation model instances with inheritance models #166

Open JakubMusil opened 2 years ago

JakubMusil commented 2 years ago

Issue: https://github.com/wagtail/wagtail/issues/8242 Issue 2: https://github.com/wagtail/django-modelcluster/issues/153 Docs: https://docs.djangoproject.com/en/4.1/topics/db/queries/#copying-model-instances

gasman commented 1 year ago

Thanks @JakubMusil! Please could you add a test for this?