[SQL-CVS] r3899 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-18 17:29:50
|
Author: phd Date: 2009-05-18 11:29:40 -0600 (Mon, 18 May 2009) New Revision: 3899 Modified: SQLObject/trunk/docs/News.txt Log: Going to release SQLObject 0.10.6 Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2009-05-18 17:28:09 UTC (rev 3898) +++ SQLObject/trunk/docs/News.txt 2009-05-18 17:29:40 UTC (rev 3899) @@ -51,6 +51,8 @@ SQLObject 0.10.6 ================ +Released 18 May 2009 + * Better support for Python 2.6: do not import the deprecated sets module. * A number of changes ported from `SQLObject 0.9.11`_. @@ -168,7 +170,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. |