[SQL-CVS] r4046 - SQLObject/branches/0.12/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-10-22 17:39:47
|
Author: phd Date: 2009-10-22 11:39:38 -0600 (Thu, 22 Oct 2009) New Revision: 4046 Modified: SQLObject/branches/0.12/docs/News.txt Log: attributes Modified: SQLObject/branches/0.12/docs/News.txt =================================================================== --- SQLObject/branches/0.12/docs/News.txt 2009-10-20 13:55:02 UTC (rev 4045) +++ SQLObject/branches/0.12/docs/News.txt 2009-10-22 17:39:38 UTC (rev 4046) @@ -53,7 +53,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. |