no such class TextArea

2010-11-22 Thread Daniel Carvalho
': 40,'rows': 5})) But it gives the error 'module' object has no attribute 'TextArea'!! If I do pydoc django.forms.widgets.TextArea and it also says there is no such class TextArea... what is happening here? I have django 1.2.3 and python 2.6... si

Re: no such class TextArea

2010-11-22 Thread Christophe Pettus
On Nov 22, 2010, at 4:50 PM, Daniel Carvalho wrote: > field2 = forms.CharField( >widget=forms.widgets.TextArea(attrs={'cols': 40,'rows': 5})) 'Textarea', no medial cap. -- -- Christophe Pettus x...@thebuild.com -- You received this message because you are subscribed to the Goog