keredson / peewee

a small, expressive orm -- supports postgresql, mysql and sqlite
http://docs.peewee-orm.com/
MIT License
13 stars 4 forks source link

When instantiating objects for loading the default function is called #16

Open neopunisher opened 7 years ago

neopunisher commented 7 years ago

When instantiating records to fill with data loaded from the database the default function is called no matter what causing extra methods or sql calls that arent needed and are overwritten when the data is filled in