Rebuild migrations again
This commit is contained in:
		| @ -1,4 +1,4 @@ | ||||
| # Generated by Django 2.1.3 on 2018-11-22 10:03 | ||||
| # Generated by Django 2.1.3 on 2018-11-25 10:39 | ||||
|  | ||||
| import uuid | ||||
|  | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| # Generated by Django 2.1.3 on 2018-11-22 10:03 | ||||
| # Generated by Django 2.1.3 on 2018-11-25 10:39 | ||||
|  | ||||
| import uuid | ||||
|  | ||||
| @ -92,6 +92,7 @@ class Migration(migrations.Migration): | ||||
|                 ('name', models.TextField()), | ||||
|                 ('launch_url', models.URLField(blank=True, null=True)), | ||||
|                 ('icon_url', models.TextField(blank=True, null=True)), | ||||
|                 ('skip_authorization', models.BooleanField(default=False)), | ||||
|                 ('provider', models.ForeignKey(default=None, null=True, on_delete=django.db.models.deletion.SET_DEFAULT, to='passbook_core.Provider')), | ||||
|             ], | ||||
|             options={ | ||||
| @ -128,7 +129,7 @@ class Migration(migrations.Migration): | ||||
|         migrations.AddField( | ||||
|             model_name='rulemodel', | ||||
|             name='rules', | ||||
|             field=models.ManyToManyField(to='passbook_core.Rule'), | ||||
|             field=models.ManyToManyField(blank=True, to='passbook_core.Rule'), | ||||
|         ), | ||||
|         migrations.AddField( | ||||
|             model_name='usersourceconnection', | ||||
|  | ||||
| @ -1,18 +0,0 @@ | ||||
| # Generated by Django 2.1.3 on 2018-11-24 09:36 | ||||
|  | ||||
| from django.db import migrations, models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('passbook_core', '0001_initial'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AddField( | ||||
|             model_name='application', | ||||
|             name='skip_authorization', | ||||
|             field=models.BooleanField(default=False), | ||||
|         ), | ||||
|     ] | ||||
| @ -1,18 +0,0 @@ | ||||
| # Generated by Django 2.1.3 on 2018-11-24 10:31 | ||||
|  | ||||
| from django.db import migrations, models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('passbook_core', '0002_application_skip_authorization'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AlterField( | ||||
|             model_name='rulemodel', | ||||
|             name='rules', | ||||
|             field=models.ManyToManyField(blank=True, to='passbook_core.Rule'), | ||||
|         ), | ||||
|     ] | ||||
| @ -1,4 +1,4 @@ | ||||
| # Generated by Django 2.1.3 on 2018-11-22 10:03 | ||||
| # Generated by Django 2.1.3 on 2018-11-25 10:39 | ||||
|  | ||||
| import django.db.models.deletion | ||||
| from django.db import migrations, models | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| # Generated by Django 2.1.3 on 2018-11-24 10:27 | ||||
| # Generated by Django 2.1.3 on 2018-11-25 10:39 | ||||
|  | ||||
| import django.db.models.deletion | ||||
| import oauth2_provider.generators | ||||
| @ -10,9 +10,13 @@ class Migration(migrations.Migration): | ||||
|  | ||||
|     initial = True | ||||
|  | ||||
|     run_before = [ | ||||
|         ('oauth2_provider', '0001_initial'), | ||||
|     ] | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('passbook_core', '0001_initial'), | ||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||
|         ('passbook_core', '0002_application_skip_authorization'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| # Generated by Django 2.1.3 on 2018-11-24 09:48 | ||||
| # Generated by Django 2.1.3 on 2018-11-25 10:39 | ||||
|  | ||||
| import django.db.models.deletion | ||||
| from django.db import migrations, models | ||||
| @ -9,7 +9,7 @@ class Migration(migrations.Migration): | ||||
|     initial = True | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('passbook_core', '0002_application_skip_authorization'), | ||||
|         ('passbook_core', '0001_initial'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer