[SQL-CVS] r4730 - SQLObject/branches/1.7/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2014-05-09 17:33:02
|
Author: phd Date: Fri May 9 11:32:55 2014 New Revision: 4730 Log: Minimal supported Python version is 2.6 Modified: SQLObject/branches/1.7/docs/SQLObject.txt Modified: SQLObject/branches/1.7/docs/SQLObject.txt ============================================================================== --- SQLObject/branches/1.7/docs/SQLObject.txt Fri May 9 11:32:10 2014 (r4729) +++ SQLObject/branches/1.7/docs/SQLObject.txt Fri May 9 11:32:55 2014 (r4730) @@ -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.6 or higher is required. SQLObject makes extensive use of new-style classes. Compared To Other Database Wrappers |