﻿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
25601	makemigrations create unnecessary migrations	Venelin Stoykov	nobody	"When verbose name of model or field is changed or some validator added/removed this creates unnecessary migrations. These attributes are not related to database at all and this will create extra migrations which then need to rebuild the state every time when migrations are run on validations are processed.

This is extra overhead that potentially can slow all tasks related to migrations, and also extra noise in version control and also is very annoying. This state (verbose name, validators and potentially other attributes) is not needed for datamigrations also.

I saw people to complain about speed of the new migrations framework and I think that this can help at least a little.

This is not tested it's jut my hypothesis."	Uncategorized	closed	Migrations	1.8	Normal	invalid			Unreviewed	0	0	0	0	0	0
