﻿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
21090	inspectdb shouldn't include 'models.' prefix if field_type is a dotted path	Michael Manfre	nobody	"To allow backends to better provide custom field types to inspectdb, it should not include the 'models.' prefix if the field_type contains a dot.

This would allow for:
{{{
id = sqlserver_ado.fields.BigAutoField()
}}}

instead of:
{{{
id = models.sqlserver_ado.fields.BigAutoField()
}}}

This ticket intentionally does not address the lack of import for `sqlserver_ado.fields`"	New feature	closed	Core (Management commands)	dev	Normal	fixed	inspectdb		Accepted	1	0	1	0	0	0
