Correction... ModelChoiceField works as expected. It's when I try to set it as a multi-select that I get the sql error:
club_cars = forms.ModelChoiceField(queryset=Car.objects.filter(sites__id__exact=settings.SITE_ID), widget=forms.SelectMultiple) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---