Re: add attributes to a field without widgets

2010-08-11 Thread refreegrata
Opps, I forgot to mention that I work with "Django 1.2.1". Apparently is a Django bug. Other persons has the same question "http://groups.google.com/group/ django-users/browse_thread/thread/c4899b0806e67ee7/d938f33a5f100af8? show_docid=d938f33a5f100af8&fwc=1" I will try to implement the solution y

Re: add attributes to a field without widgets

2010-08-11 Thread Roald de Vries
Hi refreegrata, On Aug 11, 2010, at 3:31 PM, refreegrata wrote: Hello list. I'm a newbie in django and now i am working with "modelformset_factory". I have something like this ---

add attributes to a field without widgets

2010-08-11 Thread refreegrata
Hello list. I'm a newbie in django and now i am working with "modelformset_factory". I have something like this -- class MyForm(forms.ModelForm): myField = forms.BooleanField