[SQL-CVS] r4086 - SQLObject/branches/0.12/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-01-08 21:25:39
|
Author: phd Date: 2010-01-08 14:25:33 -0700 (Fri, 08 Jan 2010) New Revision: 4086 Modified: SQLObject/branches/0.12/docs/News.txt Log: SQLObject 0.11.3 and 0.12.1 were released 8 Jan 2010. Modified: SQLObject/branches/0.12/docs/News.txt =================================================================== --- SQLObject/branches/0.12/docs/News.txt 2010-01-08 21:23:52 UTC (rev 4085) +++ SQLObject/branches/0.12/docs/News.txt 2010-01-08 21:25:33 UTC (rev 4086) @@ -10,6 +10,8 @@ SQLObject 0.12.1 ================ +Released 8 Jan 2010. + * Fixed three bugs in PostgresConnection. * A number of changes ported from `SQLObject 0.11.3`_. @@ -67,6 +69,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'. |