Hello,
With custom form I can do this "form.table.field_name.length" and I
get the field length defined in model file, ex. Field('field_name',
'text', length=200)
But for length > 255, ex. Field('field_name', 'text', length=600), I
get always 255 in form.table.field_name.length
I use MySQL and I know that the max value for the data types CHAR and
VARCHAR is 255, but for TEXT is 65535 characters. I think this is a
bug.
Thanks,
i.a.

