Field(..., length=255, ...) Marin
On Tue, Sep 25, 2012 at 1:28 PM, yashar <[email protected]> wrote: > my database is postgres and i'm using this: > > Field('name',required=IS_LENGTH(255)); > > but it creates a varchar(512) in database, > > , how could i fix it? > > -- > > > > --

