Code: Alles auswählen
class myModel(models.Model)
myfield=CharField(max_length=500, choices=[('a','A'), ('b','B')])
wenn ich nun sowas wie
Code: Alles auswählen
myModel().myfield.choices
Jemand ne Idee, wie ich da sonst ran komme?
Danke schon mal