﻿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
36101	Support bit data type model field on MySQL, PostgreSQL	Jordan Bae		"Currently Django model field doesn't support bit data type. 

I think It can be helpful to handle bit data type on MySQL, PostgreSQL.

Especially I have below experience.

When I was trying to make a read-only model with inspectdb, bit data type column was made by TextField with `This field type is a guess.`. 

It's not a bug. but BitField will makes efficiency bit data type and other experiences on Django
"	New feature	new	Database layer (models, ORM)	dev	Normal			Jordan Bae	Unreviewed	0	0	0	0	0	0
