Django

Code

Changeset 5044

Show
Ignore:
Timestamp:
04/20/07 08:33:09 (1 year ago)
Author:
mtredinnick
Message:

Added a note that MySQLdb versions prior to 1.2.1p2 will only work with
mysql_old backend. Refs #3786.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/databases.txt

    r4749 r5044  
    7070------- 
    7171 
    72 `MySQLdb`_ is the Python interface to MySQL. 1.2.1 is the first version that 
    73 has support for MySQL 4.1 and newer. If you are trying to use an older version 
    74 of MySQL, then 1.2.0 *might* work for you. 
     72`MySQLdb`_ is the Python interface to MySQL. Version 1.2.1p2 or later is 
     73required for full MySQL support in Django. Earlier versions will not work with 
     74the ``mysql`` backend. 
     75 
     76If you are trying to use an older version of MySQL and the ``mysql_old`` 
     77backend, then 1.2.0 *might* work for you. 
    7578 
    7679.. _MySQLdb: http://sourceforge.net/projects/mysql-python