﻿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
24790	Migrations remove / add field after rename it	Daniel	nobody	"When I change a model from:

class MyModel(models.Model):
    my_name = models.CharField(max_length=100)

to:

class MyModel(models.Model):
    name = models.CharField(max_length=100, db_column='my_name')

migrations removes 'my_name' and adds 'name'.
"	Bug	new	Migrations	1.8	Normal				Unreviewed	0	0	0	0	0	0
