diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-10-23 12:51:22 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-10-23 12:51:22 +0000 |
| commit | 5e1a54a3a8285912fed02b2121b53d13fa1061fd (patch) | |
| tree | 7854834beb4dbb639a918a790e5d29d8f5bd502c /docs/databases.txt | |
| parent | 1e1230c41c428c3909b52720e381cac18942e90e (diff) | |
queryset-refactor: Merged from trunk up to [6595].
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/databases.txt')
| -rw-r--r-- | docs/databases.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/databases.txt b/docs/databases.txt index 213c2d666c..4530a1b896 100644 --- a/docs/databases.txt +++ b/docs/databases.txt @@ -76,6 +76,14 @@ 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:: + If you see ``ImportError: cannot import name ImmutableSet`` when trying to + use Django, your MySQLdb installation may contain an outdated ``sets.py`` + file that conflicts with the built-in module of the same name from Python + 2.4 and later. To fix this, verify that you have installed MySQLdb version + 1.2.1p2 or newer, then delete the ``sets.py`` file in the MySQLdb + directory that was left by an earlier version. + .. _MySQLdb: http://sourceforge.net/projects/mysql-python Creating your database |
