| 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 |
|---|
| | 73 | required for full MySQL support in Django. Earlier versions will not work with |
|---|
| | 74 | the ``mysql`` backend. |
|---|
| | 75 | |
|---|
| | 76 | If you are trying to use an older version of MySQL and the ``mysql_old`` |
|---|
| | 77 | backend, then 1.2.0 *might* work for you. |
|---|