Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv4739
Modified Files:
CHANGES
Log Message:
Fixed bug #794185: Entity.__init__() ignores associations
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** CHANGES 26 Aug 2003 19:40:24 -0000 1.11
--- CHANGES 30 Aug 2003 12:55:05 -0000 1.12
***************
*** 12,15 ****
--- 12,17 ----
- Fixed bug #795561: __init__() did not recognize 'version' as a parameter
+ - Fixed bug #794185: Entity.__init__() ignores associations
+
- Now raises PyModel.IncompatibleVersionError when a model has an
incompatible version (was: ValueError)
|