Re: permissions and groups data migration

2014-10-14 Thread Andrew Godwin
As the ticket suggests, you can call the function to create permissions yourself in the data migration, and then you can assign them as normal. There's no need to use fixtures (in fact, migrations are better without fixtures, as there's no easy way to load them). Andrew On Tue, Oct 14, 2014 at 6:

permissions and groups data migration

2014-10-14 Thread Michael
Hi, Since the permissions are not yet created when the migrations are run, it is not possible to have a data migration that creates a group and assigns permissions. Based on this ticket: https://code.djangoproject.com/ticket/23422, I understand there will not be a fix. Do you recommend to keep