[SQL-CVS] r3874 - SQLObject/branches/0.10/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-06 12:00:04
|
Author: phd Date: 2009-05-06 06:00:00 -0600 (Wed, 06 May 2009) New Revision: 3874 Modified: SQLObject/branches/0.10/docs/News.txt Log: Going to release SQLObject 0.9.10 and SQLObject 0.10.5. Modified: SQLObject/branches/0.10/docs/News.txt =================================================================== --- SQLObject/branches/0.10/docs/News.txt 2009-05-06 11:55:51 UTC (rev 3873) +++ SQLObject/branches/0.10/docs/News.txt 2009-05-06 12:00:00 UTC (rev 3874) @@ -10,6 +10,8 @@ SQLObject 0.10.5 ================ +Released 6 May 2009 + * A number of changes ported from `SQLObject 0.9.10`_. * sqlmeta.getColumns() becomes classmethod. @@ -118,6 +120,8 @@ SQLObject 0.9.10 ================ +Released 6 May 2009 + * Another unicode-related patch for MySQL; required because different versions of MySQLdb require different handling:: |