﻿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
5643	inspectdb lowercases all column names without creating correct db_column	Gregor_Kopka	nobody	"
{{{
./manage.py inspectdb
}}}
always creates lowercase fieldnames. Problem is that when the column names in database contain uppercase characters then no db_column argument is created.

Attached patch fixes that. "		closed	django-admin.py inspectdb	dev		fixed	inspectdb uppercase column names		Accepted	1	0	0	0	0	0
