I have two models
class MixCompetitionTag(models.Model): id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) mixCompetitionId = mo