[Modeling-cvs] ProjectModeling CHANGES,1.32,1.33
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2004-01-20 19:43:35
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv15580 Modified Files: CHANGES Log Message: MySQL: the model's connection dictionary may now give a specific port to connect to. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** CHANGES 20 Jan 2004 15:55:13 -0000 1.32 --- CHANGES 20 Jan 2004 19:43:32 -0000 1.33 *************** *** 8,11 **** --- 8,14 ---- -------------------------------------------------------- + * MySQL: the model's connection dictionary may now give a specific port to + connect to. + * Relationship.py: added __ne__ (for python 2.1 and 2.2), fixed FlattenedRelationship.__eq__ |