[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.92,1.93
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-04-20 14:35:47
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv1729 Modified Files: CHANGES Log Message: Fixed Python_bricks/module.tmpl: do not generate e.g. setId() if 'id' is a primary key marked as a class property Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** CHANGES 20 Apr 2003 14:16:40 -0000 1.92 --- CHANGES 20 Apr 2003 14:35:44 -0000 1.93 *************** *** 11,14 **** --- 11,16 ---- they used to be. See PyModelMason for an example of use. Fixed: bug #710817 + Fixed Python_bricks/module.tmpl: do not generate e.g. setId() if 'id' is a + primary key marked as a class property * Fixed: name clash for invalidatesObjectsWhenFinalized in EditingContext |