[SQL-CVS] r4563 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2012-10-20 08:54:26
|
Author: phd Date: Sat Oct 20 02:54:19 2012 New Revision: 4563 Log: SQLObject 1.3.2 and 1.2.4 were released 20 Oct 2012 Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Sat Oct 20 02:53:21 2012 (r4562) +++ SQLObject/trunk/docs/News.txt Sat Oct 20 02:54:19 2012 (r4563) @@ -13,6 +13,8 @@ SQLObject 1.3.2 =============== +Released 20 Oct 2012. + * A number of bugfixes were ported from `SQLObject 1.2.4`_. SQLObject 1.3.1 @@ -40,6 +42,8 @@ SQLObject 1.2.4 =============== +Released 20 Oct 2012. + * Fixed a bug in sqlbuilder.Select.filter - removed comparison with SQLTrueClause. |