So now this my solution:
models.py
the_choices = models.ManyToManyField(CourseInstance, blank=True, null=True, related_name="dsgg")