[SQL-CVS] r3897 - SQLObject/branches/0.9/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-18 17:27:27
|
Author: phd Date: 2009-05-18 11:27:14 -0600 (Mon, 18 May 2009) New Revision: 3897 Modified: SQLObject/branches/0.9/docs/News.txt Log: Fixed a misspelled date. Modified: SQLObject/branches/0.9/docs/News.txt =================================================================== --- SQLObject/branches/0.9/docs/News.txt 2009-05-18 17:24:22 UTC (rev 3896) +++ SQLObject/branches/0.9/docs/News.txt 2009-05-18 17:27:14 UTC (rev 3897) @@ -10,7 +10,7 @@ SQLObject 0.9.11 ================ -Released 28 May 2009 +Released 18 May 2009 * Two bug in SQLiteConnection.columnsFromSchema() were fixed: use sqlmeta.idName instead of 'id'; convert default 'NULL' to None. |