﻿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
35363	"Makemigrations: option to ""depend on most current everything"""	Klaas van Schelven	nobody	"The order in which Django migrations are run is determined when running migrate as any of a number of legal orderings of a DAG. I understand why that this is a useful feature... however: it does generate a source of non-determinism that may come back to bite you when you least expect it (e.g. when rolling out to production).

In many cases I would be fine to specify a migration to have exactly the dependencies that are observable as the exiting per-app last migrations at the moment of creating the migration. It would be nice if there was an option to makemigrations that just dumped all existing such info into the dependencies field."	New feature	closed	Migrations	5.0	Normal	wontfix			Unreviewed	0	0	0	0	0	0
