﻿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
25308	Initial migrations not created if no app provided and MIGRATION_MODULES[app] overridden	Jeremy Satterfield	Jeremy Satterfield	"The makemigrations command will falsely return 'No changed detected.' if all of the following criteria are met:
* No initial migration exists for the app in question, but models are defined
* settings.MIGRATION_MODULES is used to change to location of the migrations for the app in question
* No app is explicitly provided when running the makemigrations management command

This issue stems from the MigrationQuestioner.ask_initial not respecting the MIGRATION_MODULES setting."	Bug	closed	Migrations	dev	Normal	fixed			Accepted	1	0	0	0	0	0
