Author: phd
Date: 2009-08-18 10:47:32 -0600 (Tue, 18 Aug 2009)
New Revision: 3962
Modified:
SQLObject/trunk/docs/News.txt
Log:
alternateMethodName *defined*...
Modified: SQLObject/trunk/docs/News.txt
===================================================================
--- SQLObject/trunk/docs/News.txt 2009-08-18 16:41:42 UTC (rev 3961)
+++ SQLObject/trunk/docs/News.txt 2009-08-18 16:47:32 UTC (rev 3962)
@@ -18,8 +18,8 @@
* Removed deprecated attribute and functions.
-* alternateMethodName for all unique fields, not only alternateID; this
- makes SQLObject create by*() methods for all unique fields.
+* alternateMethodName defined for all unique fields, not only alternateID;
+ this makes SQLObject create by*() methods for all unique fields.
SQLObject 0.11
==============
|