Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv27096
Modified Files:
CHANGES
Log Message:
* Relationship.py: added __ne__ (for python 2.1 and 2.2), fixed
FlattenedRelationship.__eq__
* Fixed bug #862182: Validation refusing valid relations between objects
(TODO: tests units for this)
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** CHANGES 18 Dec 2003 15:35:11 -0000 1.31
--- CHANGES 20 Jan 2004 15:55:13 -0000 1.32
***************
*** 8,11 ****
--- 8,17 ----
--------------------------------------------------------
+ * Relationship.py: added __ne__ (for python 2.1 and 2.2), fixed
+ FlattenedRelationship.__eq__
+
+ * Fixed bug #862182: Validation refusing valid relations between objects
+ (TODO: tests units for this)
+
* Fixed bug #861048: Invalid FK constraints in generated DB schema
|