I am outputting the field but I am using javascript to populate its value
attribute. Maybe there is some difference from default behavior for empty
value.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to dja
On Tue, May 3, 2011 at 11:16 PM, Boris Tomic wrote:
> I have added (required=False) to field:
>> contactid = ModelChoiceField(queryset=Contact.objects.all(),
>> widget=HiddenInput())
>>
>
> so now I have:
> contactid = ModelChoiceField(queryset=Contact.objects.all(),
> widget=HiddenInput(), requir
I have added (required=False) to field:
> contactid = ModelChoiceField(queryset=Contact.objects.all(),
> widget=HiddenInput())
>
so now I have:
contactid = ModelChoiceField(queryset=Contact.objects.all(),
widget=HiddenInput(), required=False)
and it seems to be working. To me this looks as bug bu
3 matches
Mail list logo