[SQL-CVS] r3898 - SQLObject/branches/0.10/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-18 17:28:18
|
Author: phd Date: 2009-05-18 11:28:09 -0600 (Mon, 18 May 2009) New Revision: 3898 Modified: SQLObject/branches/0.10/docs/News.txt Log: Going to release SQLObject 0.10.6. Modified: SQLObject/branches/0.10/docs/News.txt =================================================================== --- SQLObject/branches/0.10/docs/News.txt 2009-05-18 17:27:14 UTC (rev 3897) +++ SQLObject/branches/0.10/docs/News.txt 2009-05-18 17:28:09 UTC (rev 3898) @@ -10,6 +10,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`_. @@ -127,7 +129,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. |