原文:Select a Valid Choice XXX is not one of the available choices ... but value appears in selection
I have a simple form with a choice field: class seguimentTutorialForm(forms.Form): pregunta_select = forms.ChoiceField( ) def __init__(self, *args, **kwargs): self.pregunta = ...