[SQL-CVS] r4182 - SQLObject/branches/0.11/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-04-20 17:53:27
|
Author: phd Date: 2010-04-20 11:53:21 -0600 (Tue, 20 Apr 2010) New Revision: 4182 Modified: SQLObject/branches/0.11/docs/News.txt Log: Better wording. Modified: SQLObject/branches/0.11/docs/News.txt =================================================================== --- SQLObject/branches/0.11/docs/News.txt 2010-04-20 17:52:23 UTC (rev 4181) +++ SQLObject/branches/0.11/docs/News.txt 2010-04-20 17:53:21 UTC (rev 4182) @@ -11,7 +11,7 @@ ================ * A bug was fixed in SQLiteConnection.columnsFromSchema(): pass None as - size/precision, this is better than no value at all. + size/precision to DecimalCol, this is better than no value at all. SQLObject 0.11.5 ================ |