﻿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	add  db column comments to models Field comment_note	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/8738]"	New feature	new	Database layer (models, ORM)	1.11	Normal		db comment		Unreviewed	0	0	0	0	0	0
