[SQL-CVS] SQLObject/docs News.txt,1.11,1.12
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: <ian...@us...> - 2003-11-12 17:08:32
|
Update of /cvsroot/sqlobject/SQLObject/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv16377
Modified Files:
News.txt
Log Message:
updated
Index: News.txt
===================================================================
RCS file: /cvsroot/sqlobject/SQLObject/docs/News.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** News.txt 4 Nov 2003 02:35:16 -0000 1.11
--- News.txt 12 Nov 2003 17:08:29 -0000 1.12
***************
*** 11,15 ****
===============
! Released: ...
Interface Changes
--- 11,15 ----
===============
! Released: 12-Nov-2003
Interface Changes
***************
*** 27,30 ****
--- 27,31 ----
* Objects retrieved from a join now respect the transaction context of
the original instance.
+ * ``.select().reversed()`` works.
SQLObject 0.5
|