﻿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
31669	migrate --fake-initial doesn't work when only a subset of tables exists in database.	Sara Correia	nobody	"Hi,
I have a migration file with the creation of two models: A and B. The database already has the table corresponding to the model A.
So, when I run the command **python manage.py migrate --fake-initial**  I get an exception ""jango.db.utils.ProgrammingError: relation ""A"" already exists.
The migration should ignore the existing tables, but crate the new ones. Otherwise, it's impossible to have a initial migration file with existing tables and new ones.
Sara"	Bug	closed	Migrations	3.0	Normal	invalid		Michael XU	Unreviewed	0	0	0	0	0	0
