|
[SQL-CVS] r3077 - SQLObject/branches/0.7/sqlobject
From: <subversion@co...> - 2007-10-16 14:11
|
Author: phd Date: 2007-10-16 08:11:05 -0600 (Tue, 16 Oct 2007) New Revision: 3077 Modified: SQLObject/branches/0.7/sqlobject/__init__.py SQLObject/branches/0.7/sqlobject/main.py Log: Added version to the docstrings. Modified: SQLObject/branches/0.7/sqlobject/__init__.py =================================================================== --- SQLObject/branches/0.7/sqlobject/__init__.py 2007-10-15 17:20:58 UTC (rev 3076) +++ SQLObject/branches/0.7/sqlobject/__init__.py 2007-10-16 14:11:05 UTC (rev 3077) @@ -1,3 +1,7 @@ +""" +SQLObject 0.7 +""" + from main import * from col import * from sqlbuilder import AND, OR, NOT, IN, LIKE, RLIKE, DESC, CONTAINSSTRING, const, func Modified: SQLObject/branches/0.7/sqlobject/main.py =================================================================== --- SQLObject/branches/0.7/sqlobject/main.py 2007-10-15 17:20:58 UTC (rev 3076) +++ SQLObject/branches/0.7/sqlobject/main.py 2007-10-16 14:11:05 UTC (rev 3077) @@ -1,21 +1,15 @@ """ -SQLObject ---------- +SQLObject 0.7 +------------- :author: Ian Bicking <ianb@...> SQLObject is a object-relational mapper. See SQLObject.html or SQLObject.txt for more. -Modified by +With the help by Oleg Broytmann <phd@...> and many other contributors. +See Authors.txt. - Daniel Savard, Xsoli Inc <sqlobject xsoli.com> 7 Feb 2004 - - Added support for simple table inheritance. - - Oleg Broytmann, SIA "ANK" <phd@...> 3 Feb 2005 - - Split inheritance support into a number of separate modules and classes - - InheritableSQLObject at al. - This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the |
| Thread | Author | Date |
|---|---|---|
| [SQL-CVS] r3077 - SQLObject/branches/0.7/sqlobject | <subversion@co...> |