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
This commit is contained in:
parent
d5f1d6f937
commit
b47c25ef91
|
@ -72,11 +72,7 @@ MySQLdb
|
||||||
-------
|
-------
|
||||||
|
|
||||||
`MySQLdb`_ is the Python interface to MySQL. Version 1.2.1p2 or later is
|
`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
|
required for full MySQL support in Django.
|
||||||
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.
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If you see ``ImportError: cannot import name ImmutableSet`` when trying to
|
If you see ``ImportError: cannot import name ImmutableSet`` when trying to
|
||||||
|
|
Loading…
Reference in New Issue