1👍
✅
You could use a ModelMultipleChoiceField.
https://docs.djangoproject.com/en/dev/ref/forms/fields/#modelmultiplechoicefield
But I don’t think that the admin can manage this type of functionality out of the box. You will probably need to extends the admin form and set the FK by yourself.
Source:stackexchange.com