[SQL-CVS] r4164 - SQLObject/branches/0.12/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-04-10 20:44:24
|
Author: phd Date: 2010-04-10 14:44:18 -0600 (Sat, 10 Apr 2010) New Revision: 4164 Modified: SQLObject/branches/0.12/docs/News.txt Log: Merged revision 4163 from branch 0.11: changed wording. Modified: SQLObject/branches/0.12/docs/News.txt =================================================================== --- SQLObject/branches/0.12/docs/News.txt 2010-04-10 20:43:01 UTC (rev 4163) +++ SQLObject/branches/0.12/docs/News.txt 2010-04-10 20:44:18 UTC (rev 4164) @@ -81,8 +81,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 ================ |