[Modeling-cvs] ProjectModeling MIGRATION,NONE,1.1
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-08-03 14:05:28
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv22095 Added Files: MIGRATION Log Message: Added --- NEW FILE: MIGRATION --- -*- text -*- You'll find here all informations relevant when upgrading the framework to a newer version. Upgrading to 0.9pre12 ----------------------- * CustomObject.snapshot() changed: the returned value for to-many relationship is no longer 'None' when the related array is still a fault, but an instance of CustomObject.Snapshot_ToManyFault. Refer to the documentation of this class, and to the documentation for CustomObject's snapshot, for a complete discussion on this topic. |