﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11417	Error in 'Notes about supported databases' documentation	vorushin	nobody	"http://docs.djangoproject.com/en/dev/ref/databases/#collation-settings

Should you decide to use utf8_bin collation for some of your tables with MySQLdb 1.2.1p2, you should still use utf8_collation_ci_swedish (the default) collation for the django.contrib.sessions.models.Session table (usually called django_session and the table django.contrib.admin.models.LogEntry table (usually called django_admin_log). Those are the two standard tables that use TextField internally.

and the _table_ django.contrib.admin.models.LogEntry _table_ (usually called django_admin_log).

It seems one of 'table's is redundant"		closed	Documentation	dev		fixed			Unreviewed	0	0	0	0	0	0
