[Modeling-cvs] ProjectModeling/Modeling PyModel.py,1.1.2.4,1.1.2.5
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-05-19 10:39:32
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv29931 Modified Files: Tag: brch-0_9pre7-1-PyModel PyModel.py Log Message: Replaced integer value for delete rules with its corresponding string Index: PyModel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Attic/PyModel.py,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** PyModel.py 18 May 2003 16:36:15 -0000 1.1.2.4 --- PyModel.py 19 May 2003 10:39:26 -0000 1.1.2.5 *************** *** 597,601 **** class BaseRelation(BaseDescription): ''' Describes a Relation ''' ! defaults={ 'delete': 0, # nullify #'key': 0, #'destinationEntity': '', --- 597,601 ---- class BaseRelation(BaseDescription): ''' Describes a Relation ''' ! defaults={ 'delete': 'nullify', #'key': 0, #'destinationEntity': '', |