#12758: Widgets are ignored
-------------------------+--------------------------------------------------
 Reporter:  technologix  |       Owner:  nobody    
   Status:  new          |   Milestone:            
Component:  Forms        |     Version:  1.1       
 Keywords:               |       Stage:  Unreviewed
Has_patch:  0            |  
-------------------------+--------------------------------------------------
 class AuthorForm(ModelForm):
     class Meta:
         model = Author
         fields = ['name', 'title', 'birth_date']
         widgets = {
             'name': Textarea(attrs={'cols': 80, 'rows': 20}),
         }

 The widgets fields in Meta are ignored ? I cannot change the default
 widgets.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12758>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to