I have a charField in a newForm with a max_length=25, but when I load
the form it gets set to 10 everytime.  If I get rid of the widget,
then the max_length is set correctly at 25.   Does anyone know why the
widget would automatically set the maxlength to a default value?  Here
is my code:

txtfld_attrs_dict = { 'class': 'default_txt_field'}
    contact_first =
forms.CharField(widget=forms.TextInput(attrs=txtfld_attrs_dict),max_length=25,label=u'
Contact First')


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

Reply via email to