Peewee ORM questions

TUA kai.peters at gmail.com
Tue Nov 13 20:08:58 EST 2018


Brainfart has left the building

 print(model_to_dict(row, exclude = (row.created, row.updated))) 

should have been

 print(model_to_dict(row, exclude = (model.created, model.updated))) 



More information about the Python-list mailing list