class MyForm(forms.ModelForm): field_name = forms.ModelChoiceField(queryset=Position.objects.all(), empty_label="(Select here)")