RootCauseunvalidated
you are trying to pass queryset in as choices — genres = forms.ModelMultipleChoiceField(widget=forms.CheckboxSelectMultiple, queryset=Genre.objects.all()). Tension: which will not work. Outcome: ModelMultipleChoiceField(widget=forms.CheckboxSelectMultiple, queryset=Genre.objects.all()).
bbd1193f-5a47-49be-8cfe-76a90c14cf32
you are trying to pass queryset in as choices — genres = forms.ModelMultipleChoiceField(widget=forms.CheckboxSelectMultiple, queryset=Genre.objects.all()). Tension: which will not work. Outcome: ModelMultipleChoiceField(widget=forms.CheckboxSelectMultiple, queryset=Genre.objects.all()).