So I have a model that is shown in inline form.
That model have ManyToManyField
.
Imagine that there are several inline-objects that are already created.
The problem is how to show different querysets of available objects in my m2m-field based on original inline-object.
One more time:) I mean that in each inline-object must by m2m-field with different available variants. Variants will of course include all that is actually set for this inline-object + they must include only variants that are not present at the moment anywhere else.
Thanks.