﻿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
22331	Migrations do not ignore unmanaged models (unlike syncdb)	Tim Graham	nobody	"Migrations do not ignore [https://docs.djangoproject.com/en/dev/ref/models/options/#managed unmanaged models]. To reproduce, simply add:
{{{
    class Meta:
        managed=False
}}}
to the models in the tutorial and then 
{{{
python manage.py makemigrations polls
python manage.py migrate
}}}
You will see tables are created for these models unlike doing the same and running `syncdb`.
"	Bug	closed	Migrations	1.7-alpha-2	Release blocker	fixed		loic@…	Accepted	1	0	0	0	0	0
