Ticket #5512: 5512.diff
File 5512.diff, 907 bytes (added by , 17 years ago) |
---|
-
docs/databases.txt
76 76 If you are trying to use an older version of MySQL and the ``mysql_old`` 77 77 backend, then 1.2.0 *might* work for you. 78 78 79 If you see ``ImportError: cannot import name ImmutableSet``, your MySQLdb 80 installation may contain an outdated ``sets.py`` file that conflicts with 81 the built-in module of the same name from Python 2.4 or later. To fix this, 82 verify that you have MySQLdb version 1.2.1p2 or newer, then delete any 83 ``sets.py`` file in the MySQLdb directory that was left by an earlier version. 84 79 85 .. _MySQLdb: http://sourceforge.net/projects/mysql-python 80 86 81 87 Creating your database … … 162 168 AlterModelOnSyncDB_. 163 169 164 170 .. _AlterModelOnSyncDB: http://code.djangoproject.com/wiki/AlterModelOnSyncDB 165