[SQL-CVS] r3884 - SQLObject/branches/0.10/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-18 15:59:39
|
Author: phd Date: 2009-05-18 09:59:35 -0600 (Mon, 18 May 2009) New Revision: 3884 Modified: SQLObject/branches/0.10/docs/News.txt Log: Forward port. Modified: SQLObject/branches/0.10/docs/News.txt =================================================================== --- SQLObject/branches/0.10/docs/News.txt 2009-05-18 15:58:01 UTC (rev 3883) +++ SQLObject/branches/0.10/docs/News.txt 2009-05-18 15:59:35 UTC (rev 3884) @@ -12,6 +12,8 @@ * Better support for Python 2.6: do not import the deprecated sets module. +* A number of changes ported from `SQLObject 0.9.11`_. + SQLObject 0.10.5 ================ |