[SQL-CVS] r4168 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-04-11 16:44:47
|
Author: phd Date: 2010-04-11 10:44:41 -0600 (Sun, 11 Apr 2010) New Revision: 4168 Modified: SQLObject/trunk/docs/News.txt Log: SQLObject 0.12.3 and 0.11.5 was released 11 Apr 2010. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2010-04-11 16:42:36 UTC (rev 4167) +++ SQLObject/trunk/docs/News.txt 2010-04-11 16:44:41 UTC (rev 4168) @@ -40,8 +40,10 @@ SQLObject 0.12.3 ================ -* Bugfixes ported from `SQLObject 0.11.5`_. +Released 11 Apr 2010. +* A bugfix ported from `SQLObject 0.11.5`_. + SQLObject 0.12.2 ================ @@ -111,6 +113,8 @@ SQLObject 0.11.5 ================ +Released 11 Apr 2010. + * Fixed a bug in replacing _connection in a case when no previous _connection has been set. |