[SQL-CVS] r4280 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-11-22 16:22:30
|
Author: phd Date: Mon Nov 22 09:22:21 2010 New Revision: 4280 Log: SQLObject 0.15.0. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Mon Nov 22 09:21:24 2010 (r4279) +++ SQLObject/trunk/docs/News.txt Mon Nov 22 09:22:21 2010 (r4280) @@ -13,6 +13,12 @@ Features & Interface -------------------- +SQLObject 0.15.0 +================ + +Features & Interface +-------------------- + * Major API change: all signals are sent with the instance (or the class) as the first parameter. The following signals were changed: RowCreateSignal, RowCreatedSignal, DeleteColumnSignal. |