[SQL-CVS] r4561 - SQLObject/branches/1.2/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2012-10-20 08:51:23
|
Author: phd Date: Sat Oct 20 02:51:15 2012 New Revision: 4561 Log: SQLObject 1.2.4 was released 20 Oct 2012 Modified: SQLObject/branches/1.2/docs/News.txt Modified: SQLObject/branches/1.2/docs/News.txt ============================================================================== --- SQLObject/branches/1.2/docs/News.txt Tue Oct 9 08:11:51 2012 (r4560) +++ SQLObject/branches/1.2/docs/News.txt Sat Oct 20 02:51:15 2012 (r4561) @@ -10,6 +10,8 @@ SQLObject 1.2.4 =============== +Released 20 Oct 2012. + * Fixed a bug in sqlbuilder.Select.filter - removed comparison with SQLTrueClause. |