﻿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
2032	MySQL 5 - missing collations	Jarosław Zabiełło	nobody	"Django's ORM cannot set collations (MySQL >=4.1) for tables and their fields. 

E.g. 

{{{
field TextField()
}}} 

is translated into 
{{{
`verse` text character set utf8 NOT NULL
}}}
but (in my case) I would like to set:
{{{
`verse` text collate utf8_polish_ci NOT NULL
}}}

"	defect	closed	Database layer (models, ORM)	dev	normal	fixed	mysql collations encoding		Design decision needed	0	0	0	0	0	0
