Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Duplicate for #63] Migration missing #66

Closed
vEjEsE opened this issue Dec 5, 2015 · 0 comments
Closed

[Duplicate for #63] Migration missing #66

vEjEsE opened this issue Dec 5, 2015 · 0 comments

Comments

@vEjEsE
Copy link

vEjEsE commented Dec 5, 2015

Creates migration in site-packages dependant on 0002_django18 when executing makemigrations

# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2015-12-05 18:13
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('authtools', '0002_django18'),
    ]

    operations = [
        migrations.AlterField(
            model_name='user',
            name='groups',
            field=models.ManyToManyField(blank=True, help_text='The groups this user belongs to. A user will get all permissions granted to each of their groups.', related_name='user_set', related_query_name='user', to='auth.Group', verbose_name='groups'),
        ),
    ]
@vEjEsE vEjEsE changed the title Migration missing [Duplicate for #63] Migration missing Dec 5, 2015
@vEjEsE vEjEsE closed this as completed Dec 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant