﻿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
34587	Allow to override table2model conversion for inspectdb command	crunchy_crow	andriykohut	"When implementing a custom inspectdb command by inheriting from `inspectdb.Command` users should be able to override the table name to model conversion logic.

Public method for column names already exists: https://github.com/django/django/blob/00f5d2d110712af84fae2c5f9183a2ea48ce0a4a/django/core/management/commands/inspectdb.py#L265


This would allow overriding the default behaviour of command in a custom `inspectdb`, for example when table names are already PascalCase (i.e. `schema.FooBarBuzz`), etc. With default implementation, it will be converted into `class SchemaFoobarbuzz(models.Model)`.

Proposed PR: https://github.com/django/django/pull/16883"	Cleanup/optimization	closed	Core (Management commands)	4.2	Normal	fixed	inspectdb		Ready for checkin	1	0	0	0	1	0
