﻿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
29209	Cast with TextField crashes on MySQL	Sergey Fedoseev	Sergey Fedoseev	"{{{
City.objects.values_list(Cast('id', models.TextField())).first()
}}}

{{{
ProgrammingError: (1064, ""You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'longtext) AS `cast1` FROM `test_app_city` ORDER BY `test_app_city`.`id` ASC  LIM' at line 1""
}}}"	Bug	closed	Database layer (models, ORM)	2.0	Normal	fixed			Accepted	1	0	0	0	0	0
