[SQL-CVS] r4437 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2011-08-08 12:32:01
|
Author: phd Date: Mon Aug 8 06:31:54 2011 New Revision: 4437 Log: Going to release SQLObject 1.0.2 and SQLObject 1.1.2. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Mon Aug 8 06:31:07 2011 (r4436) +++ SQLObject/trunk/docs/News.txt Mon Aug 8 06:31:54 2011 (r4437) @@ -19,6 +19,8 @@ SQLObject 1.1.2 =============== +Released 8 Aug 2011. + * A bugfix was ported from `SQLObject 1.0.2`_. SQLObject 1.1.1 @@ -62,6 +64,8 @@ SQLObject 1.0.2 =============== +Released 8 Aug 2011. + * A bug was fixed in SelectResults slicing that prevented to slice a slice (my_results[:20][1:5]). |