﻿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
26437	"Command ""makemigrations""  don't create migration if non abstract class empty"	Atterratio	nobody	"I have some code like this:
{{{
class MyModel(models.Model):
    pass
}}}

I expect, that it create table with fields of parrent class. If I run ""makemigrations"" in output I have ""No changes detected"", but ""migrate --run-syncdb"" create tabels.
"	Uncategorized	closed	Migrations	1.9	Normal	invalid			Unreviewed	0	0	0	0	0	0
