Django -Modellauswahlfeld aus einem anderen Modell

your_choice=models.ForeignKey(ChoiceList,on_delete=models.CASCADE)
Defeated Dunlin