diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-08-26 00:09:29 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-08-26 00:09:29 +0000 |
| commit | b47c25ef91f606219c827888f15fbb067f409165 (patch) | |
| tree | 1a8a9e95f32d1189d2f2a992dc2a72c4456c12a9 /docs/ref/databases.txt | |
| parent | d5f1d6f937ea1649fce97c99b07f82b55cec1e01 (diff) | |
Removed a stray reference to mysql_old in the docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8564 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index c3c079b01d..4bf9b3ecab 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -72,11 +72,7 @@ MySQLdb ------- `MySQLdb`_ is the Python interface to MySQL. Version 1.2.1p2 or later is -required for full MySQL support in Django. Earlier versions will not work with -the ``mysql`` backend. - -If you are trying to use an older version of MySQL and the ``mysql_old`` -backend, then 1.2.0 *might* work for you. +required for full MySQL support in Django. .. note:: If you see ``ImportError: cannot import name ImmutableSet`` when trying to |
