[SQL-CVS] r4128 - SQLObject/branches/0.12/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-03-04 13:22:37
|
Author: phd Date: 2010-03-04 06:22:16 -0700 (Thu, 04 Mar 2010) New Revision: 4128 Modified: SQLObject/branches/0.12/docs/News.txt Log: SQLObject 0.12.2 and SQLObject 0.11.4 were released 4 Mar 2010. Modified: SQLObject/branches/0.12/docs/News.txt =================================================================== --- SQLObject/branches/0.12/docs/News.txt 2010-03-04 13:07:11 UTC (rev 4127) +++ SQLObject/branches/0.12/docs/News.txt 2010-03-04 13:22:16 UTC (rev 4128) @@ -10,8 +10,10 @@ SQLObject 0.12.2 ================ -* A bugfix ported from `SQLObject 0.11.4`_. +Released 4 Mar 2010. +* Bugfixes ported from `SQLObject 0.11.4`_. + SQLObject 0.12.1 ================ @@ -74,6 +76,8 @@ SQLObject 0.11.4 ================ +Released 4 Mar 2010. + * Fixed a bug in inheritance - if creation of the row failed and if the connection is not a transaction and is in autocommit mode - remove parent row(s). |