﻿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
27155	makemigrations --no-check-consistency command line argument	Sjoerd Job Postmus	nobody	"There are a number of edge-cases for makemigrations where it fails in 1.10 while it did not fail in 1.9.

To quote Tim Graham in #27142:

> I'm beginning to think that makemigrations shouldn't have this check in the first place due to the many issues that have been reported (#27054, #27110, #27141) and the more and more complexity that seems needed to add to fix it. Other opinions welcome. In my view, the most natural thing to do after creating a migration is to apply it, so it doesn't seem like delaying the check from makemigrations to migrate would have a huge drawback.

I propose that we add a command line argument `--no-check-consistent-history` (or something similar, bikeshed away!) which skips the calls to `check_consistent_history`.

To me it seems like this should be possible to add in the next release and takes the pressure off fixing the corner-cases a bit to make sure we can come up with a good solution."	Cleanup/optimization	closed	Migrations	1.10	Normal	wontfix	makemigrations, check_consistent_history		Unreviewed	0	0	0	0	0	0
