pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

FA not working with "model" attribute #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a database table (matos) with "model" as column name.
FA crash when binding to the associated model class.

mon_matos = iep.model.parc.Matos()
forms.Matos.bind(mon_matos)

result in __setattr__ error when running nosetests in the project 
directory.

Original issue reported on code.google.com by Tizau...@gmail.com on 21 Jul 2009 at 11:59

GoogleCodeExporter commented 9 years ago
Sorry...Just seen the same ticket 107!

Original comment by Tizau...@gmail.com on 21 Jul 2009 at 12:01

GoogleCodeExporter commented 9 years ago

Original comment by gael.pas...@gmail.com on 18 Aug 2009 at 10:39