﻿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
28953	makemigrations with specified app label tries to connect to other databases that are not directly related	André Glatzl	nobody	"When i run 'makemigrations' with the app label defined, i expect only to use the database that is linked to this app. Somehow, makemigrations tries to access databases that are not directly related to the current app. Yes, the models in the app has relations with other databases, which makes sense to check if there is something to migrate but this is kind of irritating because every time, i need to cut of the databases from settings that i don't want to affect (not used by the app).
Maybe it's not a bug but maybe we could convert this to a feature where you could use an argument where it ignores indirectly relationships with databases.
Best regards
"	Bug	closed	Migrations	2.0	Normal	needsinfo	makemigrations databases		Unreviewed	0	0	0	0	0	0
