﻿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
32731	"makemigrations reports ""No changes detected"" if a property exists with the same field name"	Jej	nobody	"I turned around few time trying to add a new field in my model (FK). makemigrations reported ""No changes detected"". I dropped the database and after migrations files cleanup, the field was still not created. The reason was I had a @property method with the same name in the model. Logically I wanted to replace this calculated field by a db field, but didn't think about to check it was here already as a property.

I would prefer that django report the problem when two properties are conflicting or may conflict in case the field is created."	Uncategorized	closed	Migrations	3.2	Normal	invalid	annoying		Unreviewed	0	0	0	0	0	0
