[Modeling-cvs] ProjectModeling CHANGES,1.18,1.19
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-09-28 14:52:19
|
Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv23629
Modified Files:
CHANGES
Log Message:
Fixed bug #814007: KeyValueCoding.storedValueForKey() unexpectedly
returned obj.key instead of obj._key when both exist.
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** CHANGES 27 Sep 2003 11:37:47 -0000 1.18
--- CHANGES 28 Sep 2003 14:52:05 -0000 1.19
***************
*** 8,11 ****
--- 8,14 ----
--------------------------------------------------------
+ * Fixed bug #814007: KeyValueCoding.storedValueForKey() unexpectedly
+ returned obj.key instead of obj._key when both exist.
+
* Fixed bug #785434: When mdl_generate_db_schema is run with an option which
doesn't require the admin-dsn to be set, the script fails with a KeyError.
|