Changeset 6561
- Timestamp:
- 10/20/07 05:47:57 (11 months ago)
- Files:
-
- django/trunk/docs/databases.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/databases.txt
r6443 r6561 77 77 backend, then 1.2.0 *might* work for you. 78 78 79 .. note:: 80 If you see ``ImportError: cannot import name ImmutableSet`` when trying to 81 use Django, your MySQLdb installation may contain an outdated ``sets.py`` 82 file that conflicts with the built-in module of the same name from Python 83 2.4 and later. To fix this, verify that you have installed MySQLdb version 84 1.2.1p2 or newer, then delete the ``sets.py`` file in the MySQLdb 85 directory that was left by an earlier version. 86 79 87 .. _MySQLdb: http://sourceforge.net/projects/mysql-python 80 88
