[Modeling-cvs] ProjectModeling/Modeling TODO,1.8,1.9
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-03-17 11:19:21
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv13335 Modified Files: TODO Log Message: Updated -- notes about Attribute and externalType being either 'string' or 'str' Index: TODO =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/TODO,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TODO 20 Feb 2003 11:56:44 -0000 1.8 --- TODO 17 Mar 2003 11:19:14 -0000 1.9 *************** *** 78,82 **** should be exercised so that it is possible to model relationship to non-leaf entities/classes, and that the framework automatically searches ! the related objects whithin in the destination entity's class hierarchy, if applicable. --- 78,82 ---- should be exercised so that it is possible to model relationship to non-leaf entities/classes, and that the framework automatically searches ! the related objects within in the destination entity's class hierarchy, if applicable. *************** *** 93,96 **** --- 93,100 ---- and some of their code is not very readable ; all this needs to be refactored. + + - Attribute: accepts both 'string' and 'str' for internalType(). This is + because StringType.__name__ is 'string' in py2.1 and 'str' in py2.2 + However, this should be normalized when loaded by an Attribute. - ModelValidation is initiated, some checks are probably still missing |