Author: phd
Date: 2009-09-30 09:29:52 -0600 (Wed, 30 Sep 2009)
New Revision: 4019
Modified:
SQLObject/trunk/README.txt
Log:
The minimal version of Python for SQLObject is 2.4.
Modified: SQLObject/trunk/README.txt
===================================================================
--- SQLObject/trunk/README.txt 2009-09-30 15:29:11 UTC (rev 4018)
+++ SQLObject/trunk/README.txt 2009-09-30 15:29:52 UTC (rev 4019)
@@ -7,7 +7,7 @@
It currently supports MySQL through the `MySQLdb` package, PostgreSQL
through the `psycopg` package, SQLite, Firebird, MaxDB (SAP DB), MS SQL
-and Sybase. It should support Python versions back to 2.3.
+and Sybase. It should support Python versions back to 2.4.
For more information please see the documentation in
docs/SQLObject.txt, or online at http://sqlobject.org/
|