﻿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
24846	MySQL Migration SchemaEditor default code is ignorant of other blob/text data types	Adam Johnson	Adam Johnson	"#22424 added a default check for TextField and BinaryField, but it only checks for the `longtext` and `longblob` data types which Django uses for Text and Binary fields.

Some projects may be using custom field classes whose db_type is `tinytext`, `mediumblob`, etc. which are also subject to the same no-default rule, so the SchemaEditor should be made aware of that, otherwise migrations may break."	Bug	closed	Migrations	1.8	Normal	fixed	mysql migrations		Accepted	1	0	0	1	0	0
