[SQL-CVS] r4729 - SQLObject/branches/1.6/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2014-05-09 17:32:17
|
Author: phd Date: Fri May 9 11:32:10 2014 New Revision: 4729 Log: Minimal supported Python version is 2.5 Modified: SQLObject/branches/1.6/docs/SQLObject.txt Modified: SQLObject/branches/1.6/docs/SQLObject.txt ============================================================================== --- SQLObject/branches/1.6/docs/SQLObject.txt Fri May 9 11:30:50 2014 (r4728) +++ SQLObject/branches/1.6/docs/SQLObject.txt Fri May 9 11:32:10 2014 (r4729) @@ -66,7 +66,7 @@ .. _FreeTDS: http://www.freetds.org/ .. _ADODBAPI: http://adodbapi.sourceforge.net/ -Python 2.3 or higher is required. SQLObject makes extensive use of +Python 2.5 or higher is required. SQLObject makes extensive use of new-style classes. Compared To Other Database Wrappers |