[SQL-CVS] r4165 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-04-10 20:45:03
|
Author: phd Date: 2010-04-10 14:44:57 -0600 (Sat, 10 Apr 2010) New Revision: 4165 Modified: SQLObject/trunk/docs/News.txt Log: Merged revision 4164 from branch 0.12: changed wording. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2010-04-10 20:44:18 UTC (rev 4164) +++ SQLObject/trunk/docs/News.txt 2010-04-10 20:44:57 UTC (rev 4165) @@ -111,8 +111,8 @@ SQLObject 0.11.5 ================ -* Fixed a bug in replacing self._connection in the case no previous - self._connection has been set. +* Fixed a bug in replacing _connection in a case when no previous + _connection has been set. SQLObject 0.11.4 ================ |