﻿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
28407	Allow inspectdb to introspect db column comments	007	nobody	"when use inspectdb make model from db.
the db column is created by dba, not developer .
so db column comments set to models Field is helpful for developer.
like
{{{
field = models.IntegerField(blank=True, null=True) #comments in db
}}}
[https://github.com/django/django/pull/8770]"	New feature	closed	Database layer (models, ORM)	1.11	Normal	duplicate	db comment		Accepted	1	0	1	0	0	0
