[SQL-CVS] r4087 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-01-08 21:26:22
|
Author: phd Date: 2010-01-08 14:26:15 -0700 (Fri, 08 Jan 2010) New Revision: 4087 Modified: SQLObject/trunk/docs/News.txt Log: SQLObject 0.11.3 and 0.12.1 were released 8 Jan 2010. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2010-01-08 21:25:33 UTC (rev 4086) +++ SQLObject/trunk/docs/News.txt 2010-01-08 21:26:15 UTC (rev 4087) @@ -13,6 +13,8 @@ SQLObject 0.12.1 ================ +Released 8 Jan 2010. + * Fixed three bugs in PostgresConnection. * A number of changes ported from `SQLObject 0.11.3`_. @@ -70,6 +72,8 @@ SQLObject 0.11.3 ================ +Released 8 Jan 2010. + * Fixed a bug in col.py and dbconnection.py - if dbEncoding is None suppose it's 'ascii'. |