﻿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
34422	inspectdb mysql databases	brun806	nobody	"i think there is some bug in inspectdb command. now when i manually use in terminal
python manage.py inspectdb > models.py
it generates ONLY models where name starts with “Auth” and “Django”.
when i use
python manage.py inspectdb --database=“data” > models.py
it creates models ONLY for that database.
but previously it generated models for both database and models that are part of Django’s built-in authentication and content types framework in a single models.py.
(using Windows 10, MySQL, Python 3.9.1 and Django 4.1.7)"	Bug	closed	Core (Management commands)	4.1	Normal	invalid	inspectdb, mysql, models		Unreviewed	0	0	0	0	0	0
