summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt6
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