[SQL-CVS] r4047 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-10-22 17:41:02
|
Author: phd Date: 2009-10-22 11:40:46 -0600 (Thu, 22 Oct 2009) New Revision: 4047 Modified: SQLObject/trunk/docs/News.txt Log: attributes Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2009-10-22 17:39:38 UTC (rev 4046) +++ SQLObject/trunk/docs/News.txt 2009-10-22 17:40:46 UTC (rev 4047) @@ -56,7 +56,7 @@ in global variables; this allows to use different DB API drivers at the same time; for example, PySQLite2 and sqlite3. -* Removed all deprecated attribute and functions. +* Removed all deprecated attributes and functions. * Removed the last remained string exceptions. |