﻿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
24443	Changing upload_to on a filefield creates a migration despite not changing the database at all	Greg Brown	nobody	"upload_to is commonly set in django settings, and changing the setting generates a ""Your models have changes that are not yet reflected in a migration..."" warning until you create an (effectively no-op) migration. This really shouldn't trigger a migration, because upload_to is solely used to generate a file path, and doesn't change the underlying field at all.

It's not much of a problem for local apps, you just end up with extra migrations, but it happens with 3rd-party apps too."	Bug	closed	Migrations	1.7	Normal	invalid			Unreviewed	0	0	0	0	0	0
