Re: ModelChoiceFields and verbose names

2011-11-22 Thread Daniel Roseman
On Tuesday, 22 November 2011 21:40:29 UTC, James wrote: > > Hello all: > > This is my first question posted to this group! I am also a noob, so > please be gentle. > > So, my issue is, I have a ModelForm, which looks like this: > > class UAssumptionsForm(ModelForm): > primary_le = >

ModelChoiceFields and verbose names

2011-11-22 Thread James
Hello all: This is my first question posted to this group! I am also a noob, so please be gentle. So, my issue is, I have a ModelForm, which looks like this: class UAssumptionsForm(ModelForm): primary_le = forms.ModelChoiceField(queryset=models.Mortality.objects.none()) secondary_le =