﻿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
23392	Django runs all migration operations but only marks 0001 as completed	Owais Lone	nobody	"I've patched the contrib auth app to add some fields to auth.Group table. I've created a custom migration module for auth app which has 2 migrations, 

0001: The migration supplied by contrib.auth as is.
0002: Migration that adds my custom fields to auth.Group table. ( looks like this: https://gist.github.com/owais/cabc53a79e7b092457cc)


The problem is that when I run the migrations for auth, django creates the final schema structure after running 0001 and as a result when django runs 0002, it complains about some fields already being present.


I'm patching the Group model like this: https://gist.github.com/owais/994e3d2826f225142304

This patch runs right before manage.py calls a command."	Bug	closed	Migrations	1.7-rc-3	Normal	invalid			Unreviewed	0	0	0	0	0	0
