select a valid Choice While using ModelChoiceField and queryset

Side note:

You didn’t need to go through this:

Like when you wrote this earlier:

Means you could have just as easily used this for this purpose here:

return place.objects.values_list('placeName', 'placeName')
1 Like