﻿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
25554	Django permissions cause data migration depending on permissions to fail	Dirk Uys	nobody	"I'm using a data migration to create a Group. Later I'm adding some permissions to a model and in a next migration I wish to assign those permissions to the group I created in another data migration.

Since permissions are only added to the database using the post_migrate signal, my migrations fail when trying to apply all of them at once. If I apply them 1 for 1, it doesn't fail since the permissions are created before running the next migrations"	Uncategorized	closed	Migrations	1.8	Normal	duplicate			Unreviewed	0	0	0	0	0	0
