I have modelchoicefield which I populate using form.fields['owner'].queryset = Owner.objects.filter(group__exact=my_group)
It shows me list of all owners as expected in dropdown. I want the drop down to show one extra choice of "ALL" which is not a value in the table. How can i do this without adding it as value in the Owner table? Ashish --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---