﻿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
21079	Inspectdb doesn't properly translate database table names to valid python names	Michael Manfre	nobody	Given a database with a table named '''Some.Table''', inspectdb will generate a model named '''Some.Table''', instead of something with a valid Python syntax. The same issue was possible with column names in Django 1.4, but was subsequently changed to provide better normalization of column names. The same should happen for table names.	Bug	closed	Core (Management commands)	1.5	Normal	fixed	inspectdb		Ready for checkin	1	0	0	0	0	0
