In my code, I have:

zip_code = meta.CharField(maxlength=9)

But when it's rendered as a form, it's always given a SIZE="30".  Now I
saw that sub-classes like USStateField override the length parameter in
the TextField.__init__ method, but I really don't want to go creating
all kinds of sub-classes just to correct the display of the form.  Are
there any other ways to fix this?

Reply via email to