Loading docs/ref/databases.txt +9 −0 Original line number Diff line number Diff line Loading @@ -388,6 +388,15 @@ table (usually called ``django_session``) and the .. _fixed in MySQLdb 1.2.2: http://sourceforge.net/tracker/index.php?func=detail&aid=1495765&group_id=22307&atid=374932 Please note that according to `MySQL Unicode Character Sets`_, comparisons for the ``utf8_general_ci`` collation are faster, but slightly less correct, than comparisons for ``utf8_unicode_ci``. If this is acceptable for your application, you should use ``utf8_general_ci`` because it is faster. If this is not acceptable (for example, if you require German dictionary order), use ``utf8_unicode_ci`` because it is more accurate. .. _MySQL Unicode Character Sets: http://dev.mysql.com/doc/refman/5.7/en/charset-unicode-sets.html Connecting to the database -------------------------- Loading Loading
docs/ref/databases.txt +9 −0 Original line number Diff line number Diff line Loading @@ -388,6 +388,15 @@ table (usually called ``django_session``) and the .. _fixed in MySQLdb 1.2.2: http://sourceforge.net/tracker/index.php?func=detail&aid=1495765&group_id=22307&atid=374932 Please note that according to `MySQL Unicode Character Sets`_, comparisons for the ``utf8_general_ci`` collation are faster, but slightly less correct, than comparisons for ``utf8_unicode_ci``. If this is acceptable for your application, you should use ``utf8_general_ci`` because it is faster. If this is not acceptable (for example, if you require German dictionary order), use ``utf8_unicode_ci`` because it is more accurate. .. _MySQL Unicode Character Sets: http://dev.mysql.com/doc/refman/5.7/en/charset-unicode-sets.html Connecting to the database -------------------------- Loading