From df848b1e43c6f59cd2d6ba9628df2de5ba448b83 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 2 Jul 2023 10:13:19 +0200 Subject: [PATCH] Rerun black --- src/newsreader/accounts/migrations/0001_initial.py | 1 - src/newsreader/accounts/migrations/0002_remove_user_username.py | 1 - src/newsreader/accounts/migrations/0003_auto_20190714_1417.py | 1 - src/newsreader/accounts/migrations/0004_auto_20190714_1501.py | 1 - .../accounts/migrations/0005_remove_user_task_interval.py | 1 - src/newsreader/accounts/migrations/0006_auto_20191116_1253.py | 1 - src/newsreader/accounts/migrations/0007_auto_20191116_1255.py | 1 - src/newsreader/accounts/migrations/0008_auto_20200422_2243.py | 1 - src/newsreader/accounts/migrations/0009_auto_20200524_1218.py | 1 - src/newsreader/accounts/migrations/0010_auto_20200603_2230.py | 1 - src/newsreader/accounts/migrations/0011_auto_20200913_2101.py | 1 - src/newsreader/accounts/migrations/0012_remove_user_task.py | 1 - src/newsreader/accounts/migrations/0013_user_auto_mark_read.py | 1 - src/newsreader/accounts/migrations/0014_auto_20201218_2216.py | 1 - src/newsreader/accounts/migrations/0015_auto_20201219_1330.py | 1 - src/newsreader/accounts/migrations/0016_alter_user_first_name.py | 1 - src/newsreader/news/collection/migrations/0001_initial.py | 1 - .../news/collection/migrations/0002_auto_20190714_1036.py | 1 - .../news/collection/migrations/0003_auto_20190714_1417.py | 1 - .../news/collection/migrations/0004_auto_20190714_1422.py | 1 - .../news/collection/migrations/0005_auto_20200303_1932.py | 1 - .../news/collection/migrations/0006_auto_20200412_1955.py | 1 - .../news/collection/migrations/0007_collectionrule_enabled.py | 1 - .../news/collection/migrations/0008_collectionrule_type.py | 1 - .../news/collection/migrations/0009_auto_20200807_2030.py | 1 - .../news/collection/migrations/0010_auto_20200913_2101.py | 1 - .../news/collection/migrations/0011_auto_20200913_2157.py | 1 - .../news/collection/migrations/0012_auto_20201219_1331.py | 1 - .../news/collection/migrations/0013_auto_20201219_1345.py | 1 - .../news/collection/migrations/0014_auto_20201219_1346.py | 1 - .../collection/migrations/0015_alter_collectionrule_timezone.py | 1 - src/newsreader/news/core/migrations/0001_initial.py | 1 - src/newsreader/news/core/migrations/0002_auto_20190714_1425.py | 1 - src/newsreader/news/core/migrations/0003_post_read.py | 1 - src/newsreader/news/core/migrations/0004_auto_20191116_1315.py | 1 - src/newsreader/news/core/migrations/0005_auto_20200412_1955.py | 1 - src/newsreader/news/core/migrations/0006_auto_20200524_1218.py | 1 - src/newsreader/news/core/migrations/0007_auto_20200706_2312.py | 1 - src/newsreader/news/core/migrations/0008_post_saved.py | 1 - 39 files changed, 39 deletions(-) diff --git a/src/newsreader/accounts/migrations/0001_initial.py b/src/newsreader/accounts/migrations/0001_initial.py index 17b5729..6b22977 100644 --- a/src/newsreader/accounts/migrations/0001_initial.py +++ b/src/newsreader/accounts/migrations/0001_initial.py @@ -8,7 +8,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - initial = True dependencies = [ diff --git a/src/newsreader/accounts/migrations/0002_remove_user_username.py b/src/newsreader/accounts/migrations/0002_remove_user_username.py index b6848a3..41ed65e 100644 --- a/src/newsreader/accounts/migrations/0002_remove_user_username.py +++ b/src/newsreader/accounts/migrations/0002_remove_user_username.py @@ -4,7 +4,6 @@ from django.db import migrations class Migration(migrations.Migration): - dependencies = [("accounts", "0001_initial")] operations = [migrations.RemoveField(model_name="user", name="username")] diff --git a/src/newsreader/accounts/migrations/0003_auto_20190714_1417.py b/src/newsreader/accounts/migrations/0003_auto_20190714_1417.py index 3d55f65..1f024cf 100644 --- a/src/newsreader/accounts/migrations/0003_auto_20190714_1417.py +++ b/src/newsreader/accounts/migrations/0003_auto_20190714_1417.py @@ -6,7 +6,6 @@ import newsreader.accounts.models class Migration(migrations.Migration): - dependencies = [("accounts", "0002_remove_user_username")] operations = [ diff --git a/src/newsreader/accounts/migrations/0004_auto_20190714_1501.py b/src/newsreader/accounts/migrations/0004_auto_20190714_1501.py index 69a78e3..6f8b5d2 100644 --- a/src/newsreader/accounts/migrations/0004_auto_20190714_1501.py +++ b/src/newsreader/accounts/migrations/0004_auto_20190714_1501.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("accounts", "0003_auto_20190714_1417")] operations = [ diff --git a/src/newsreader/accounts/migrations/0005_remove_user_task_interval.py b/src/newsreader/accounts/migrations/0005_remove_user_task_interval.py index 262ed44..50746fe 100644 --- a/src/newsreader/accounts/migrations/0005_remove_user_task_interval.py +++ b/src/newsreader/accounts/migrations/0005_remove_user_task_interval.py @@ -4,7 +4,6 @@ from django.db import migrations class Migration(migrations.Migration): - dependencies = [("accounts", "0004_auto_20190714_1501")] operations = [migrations.RemoveField(model_name="user", name="task_interval")] diff --git a/src/newsreader/accounts/migrations/0006_auto_20191116_1253.py b/src/newsreader/accounts/migrations/0006_auto_20191116_1253.py index 2afd7c4..de98048 100644 --- a/src/newsreader/accounts/migrations/0006_auto_20191116_1253.py +++ b/src/newsreader/accounts/migrations/0006_auto_20191116_1253.py @@ -6,7 +6,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("accounts", "0005_remove_user_task_interval")] operations = [ diff --git a/src/newsreader/accounts/migrations/0007_auto_20191116_1255.py b/src/newsreader/accounts/migrations/0007_auto_20191116_1255.py index eb1204a..4425d06 100644 --- a/src/newsreader/accounts/migrations/0007_auto_20191116_1255.py +++ b/src/newsreader/accounts/migrations/0007_auto_20191116_1255.py @@ -6,7 +6,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("accounts", "0006_auto_20191116_1253")] operations = [ diff --git a/src/newsreader/accounts/migrations/0008_auto_20200422_2243.py b/src/newsreader/accounts/migrations/0008_auto_20200422_2243.py index 657245a..98923fc 100644 --- a/src/newsreader/accounts/migrations/0008_auto_20200422_2243.py +++ b/src/newsreader/accounts/migrations/0008_auto_20200422_2243.py @@ -15,7 +15,6 @@ def update_task_name(apps, schema_editor): class Migration(migrations.Migration): - dependencies = [("accounts", "0007_auto_20191116_1255")] operations = [migrations.RunPython(update_task_name)] diff --git a/src/newsreader/accounts/migrations/0009_auto_20200524_1218.py b/src/newsreader/accounts/migrations/0009_auto_20200524_1218.py index 3b01b0f..e407f1b 100644 --- a/src/newsreader/accounts/migrations/0009_auto_20200524_1218.py +++ b/src/newsreader/accounts/migrations/0009_auto_20200524_1218.py @@ -6,7 +6,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [ ("django_celery_beat", "0012_periodictask_expire_seconds"), ("accounts", "0008_auto_20200422_2243"), diff --git a/src/newsreader/accounts/migrations/0010_auto_20200603_2230.py b/src/newsreader/accounts/migrations/0010_auto_20200603_2230.py index 294ff31..4c1229e 100644 --- a/src/newsreader/accounts/migrations/0010_auto_20200603_2230.py +++ b/src/newsreader/accounts/migrations/0010_auto_20200603_2230.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("accounts", "0009_auto_20200524_1218")] operations = [ diff --git a/src/newsreader/accounts/migrations/0011_auto_20200913_2101.py b/src/newsreader/accounts/migrations/0011_auto_20200913_2101.py index b6a83dd..c2e7d7b 100644 --- a/src/newsreader/accounts/migrations/0011_auto_20200913_2101.py +++ b/src/newsreader/accounts/migrations/0011_auto_20200913_2101.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("accounts", "0010_auto_20200603_2230")] operations = [ diff --git a/src/newsreader/accounts/migrations/0012_remove_user_task.py b/src/newsreader/accounts/migrations/0012_remove_user_task.py index 250d300..56aab08 100644 --- a/src/newsreader/accounts/migrations/0012_remove_user_task.py +++ b/src/newsreader/accounts/migrations/0012_remove_user_task.py @@ -4,7 +4,6 @@ from django.db import migrations class Migration(migrations.Migration): - dependencies = [("accounts", "0011_auto_20200913_2101")] operations = [migrations.RemoveField(model_name="user", name="task")] diff --git a/src/newsreader/accounts/migrations/0013_user_auto_mark_read.py b/src/newsreader/accounts/migrations/0013_user_auto_mark_read.py index 3d975e0..9d56d1c 100644 --- a/src/newsreader/accounts/migrations/0013_user_auto_mark_read.py +++ b/src/newsreader/accounts/migrations/0013_user_auto_mark_read.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("accounts", "0012_remove_user_task")] operations = [ diff --git a/src/newsreader/accounts/migrations/0014_auto_20201218_2216.py b/src/newsreader/accounts/migrations/0014_auto_20201218_2216.py index d809ed1..40b7181 100644 --- a/src/newsreader/accounts/migrations/0014_auto_20201218_2216.py +++ b/src/newsreader/accounts/migrations/0014_auto_20201218_2216.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("accounts", "0013_user_auto_mark_read")] operations = [ diff --git a/src/newsreader/accounts/migrations/0015_auto_20201219_1330.py b/src/newsreader/accounts/migrations/0015_auto_20201219_1330.py index e32e80d..989fe26 100644 --- a/src/newsreader/accounts/migrations/0015_auto_20201219_1330.py +++ b/src/newsreader/accounts/migrations/0015_auto_20201219_1330.py @@ -4,7 +4,6 @@ from django.db import migrations class Migration(migrations.Migration): - dependencies = [("accounts", "0014_auto_20201218_2216")] operations = [ diff --git a/src/newsreader/accounts/migrations/0016_alter_user_first_name.py b/src/newsreader/accounts/migrations/0016_alter_user_first_name.py index 27ac98e..a5fade3 100644 --- a/src/newsreader/accounts/migrations/0016_alter_user_first_name.py +++ b/src/newsreader/accounts/migrations/0016_alter_user_first_name.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("accounts", "0015_auto_20201219_1330")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0001_initial.py b/src/newsreader/news/collection/migrations/0001_initial.py index 59910e5..d53ff0d 100644 --- a/src/newsreader/news/collection/migrations/0001_initial.py +++ b/src/newsreader/news/collection/migrations/0001_initial.py @@ -6,7 +6,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - initial = True dependencies = [] diff --git a/src/newsreader/news/collection/migrations/0002_auto_20190714_1036.py b/src/newsreader/news/collection/migrations/0002_auto_20190714_1036.py index 6854c0b..32a9ea6 100644 --- a/src/newsreader/news/collection/migrations/0002_auto_20190714_1036.py +++ b/src/newsreader/news/collection/migrations/0002_auto_20190714_1036.py @@ -7,7 +7,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - initial = True dependencies = [ diff --git a/src/newsreader/news/collection/migrations/0003_auto_20190714_1417.py b/src/newsreader/news/collection/migrations/0003_auto_20190714_1417.py index 99f1018..945d94d 100644 --- a/src/newsreader/news/collection/migrations/0003_auto_20190714_1417.py +++ b/src/newsreader/news/collection/migrations/0003_auto_20190714_1417.py @@ -5,7 +5,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0002_auto_20190714_1036")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0004_auto_20190714_1422.py b/src/newsreader/news/collection/migrations/0004_auto_20190714_1422.py index 4e9efb2..f2a30b8 100644 --- a/src/newsreader/news/collection/migrations/0004_auto_20190714_1422.py +++ b/src/newsreader/news/collection/migrations/0004_auto_20190714_1422.py @@ -6,7 +6,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0003_auto_20190714_1417")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0005_auto_20200303_1932.py b/src/newsreader/news/collection/migrations/0005_auto_20200303_1932.py index cdd3e32..9d2f615 100644 --- a/src/newsreader/news/collection/migrations/0005_auto_20200303_1932.py +++ b/src/newsreader/news/collection/migrations/0005_auto_20200303_1932.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0004_auto_20190714_1422")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0006_auto_20200412_1955.py b/src/newsreader/news/collection/migrations/0006_auto_20200412_1955.py index 441d7f1..6745b65 100644 --- a/src/newsreader/news/collection/migrations/0006_auto_20200412_1955.py +++ b/src/newsreader/news/collection/migrations/0006_auto_20200412_1955.py @@ -7,7 +7,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), ("collection", "0005_auto_20200303_1932"), diff --git a/src/newsreader/news/collection/migrations/0007_collectionrule_enabled.py b/src/newsreader/news/collection/migrations/0007_collectionrule_enabled.py index fe6b0eb..a282a42 100644 --- a/src/newsreader/news/collection/migrations/0007_collectionrule_enabled.py +++ b/src/newsreader/news/collection/migrations/0007_collectionrule_enabled.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0006_auto_20200412_1955")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0008_collectionrule_type.py b/src/newsreader/news/collection/migrations/0008_collectionrule_type.py index bb8975d..946296c 100644 --- a/src/newsreader/news/collection/migrations/0008_collectionrule_type.py +++ b/src/newsreader/news/collection/migrations/0008_collectionrule_type.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0007_collectionrule_enabled")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0009_auto_20200807_2030.py b/src/newsreader/news/collection/migrations/0009_auto_20200807_2030.py index 2ce4cb3..980e0cf 100644 --- a/src/newsreader/news/collection/migrations/0009_auto_20200807_2030.py +++ b/src/newsreader/news/collection/migrations/0009_auto_20200807_2030.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0008_collectionrule_type")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0010_auto_20200913_2101.py b/src/newsreader/news/collection/migrations/0010_auto_20200913_2101.py index 2f08f6e..68428ca 100644 --- a/src/newsreader/news/collection/migrations/0010_auto_20200913_2101.py +++ b/src/newsreader/news/collection/migrations/0010_auto_20200913_2101.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0009_auto_20200807_2030")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0011_auto_20200913_2157.py b/src/newsreader/news/collection/migrations/0011_auto_20200913_2157.py index 308c654..75d5bf5 100644 --- a/src/newsreader/news/collection/migrations/0011_auto_20200913_2157.py +++ b/src/newsreader/news/collection/migrations/0011_auto_20200913_2157.py @@ -4,7 +4,6 @@ from django.db import migrations class Migration(migrations.Migration): - dependencies = [("collection", "0010_auto_20200913_2101")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0012_auto_20201219_1331.py b/src/newsreader/news/collection/migrations/0012_auto_20201219_1331.py index f1b46ef..078bb7c 100644 --- a/src/newsreader/news/collection/migrations/0012_auto_20201219_1331.py +++ b/src/newsreader/news/collection/migrations/0012_auto_20201219_1331.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0011_auto_20200913_2157")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0013_auto_20201219_1345.py b/src/newsreader/news/collection/migrations/0013_auto_20201219_1345.py index 93c78a3..05698ad 100644 --- a/src/newsreader/news/collection/migrations/0013_auto_20201219_1345.py +++ b/src/newsreader/news/collection/migrations/0013_auto_20201219_1345.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0012_auto_20201219_1331")] operations = [ diff --git a/src/newsreader/news/collection/migrations/0014_auto_20201219_1346.py b/src/newsreader/news/collection/migrations/0014_auto_20201219_1346.py index 57af0c7..337f715 100644 --- a/src/newsreader/news/collection/migrations/0014_auto_20201219_1346.py +++ b/src/newsreader/news/collection/migrations/0014_auto_20201219_1346.py @@ -12,7 +12,6 @@ def reset_default_downvotes(apps, schema_editor): class Migration(migrations.Migration): - dependencies = [("collection", "0013_auto_20201219_1345")] operations = [migrations.RunPython(reset_default_downvotes)] diff --git a/src/newsreader/news/collection/migrations/0015_alter_collectionrule_timezone.py b/src/newsreader/news/collection/migrations/0015_alter_collectionrule_timezone.py index 1f29764..6838bb6 100644 --- a/src/newsreader/news/collection/migrations/0015_alter_collectionrule_timezone.py +++ b/src/newsreader/news/collection/migrations/0015_alter_collectionrule_timezone.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("collection", "0014_auto_20201219_1346")] operations = [ diff --git a/src/newsreader/news/core/migrations/0001_initial.py b/src/newsreader/news/core/migrations/0001_initial.py index eb74fc7..2fe963f 100644 --- a/src/newsreader/news/core/migrations/0001_initial.py +++ b/src/newsreader/news/core/migrations/0001_initial.py @@ -8,7 +8,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - initial = True dependencies = [ diff --git a/src/newsreader/news/core/migrations/0002_auto_20190714_1425.py b/src/newsreader/news/core/migrations/0002_auto_20190714_1425.py index 4d9ad4f..5335614 100644 --- a/src/newsreader/news/core/migrations/0002_auto_20190714_1425.py +++ b/src/newsreader/news/core/migrations/0002_auto_20190714_1425.py @@ -7,7 +7,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("core", "0001_initial")] operations = [ diff --git a/src/newsreader/news/core/migrations/0003_post_read.py b/src/newsreader/news/core/migrations/0003_post_read.py index 8306051..245c545 100644 --- a/src/newsreader/news/core/migrations/0003_post_read.py +++ b/src/newsreader/news/core/migrations/0003_post_read.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("core", "0002_auto_20190714_1425")] operations = [ diff --git a/src/newsreader/news/core/migrations/0004_auto_20191116_1315.py b/src/newsreader/news/core/migrations/0004_auto_20191116_1315.py index 04c6fc7..19d6bd3 100644 --- a/src/newsreader/news/core/migrations/0004_auto_20191116_1315.py +++ b/src/newsreader/news/core/migrations/0004_auto_20191116_1315.py @@ -5,7 +5,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), ("core", "0003_post_read"), diff --git a/src/newsreader/news/core/migrations/0005_auto_20200412_1955.py b/src/newsreader/news/core/migrations/0005_auto_20200412_1955.py index 0010448..dbf07fb 100644 --- a/src/newsreader/news/core/migrations/0005_auto_20200412_1955.py +++ b/src/newsreader/news/core/migrations/0005_auto_20200412_1955.py @@ -7,7 +7,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), ("core", "0004_auto_20191116_1315"), diff --git a/src/newsreader/news/core/migrations/0006_auto_20200524_1218.py b/src/newsreader/news/core/migrations/0006_auto_20200524_1218.py index f90b205..94c716e 100644 --- a/src/newsreader/news/core/migrations/0006_auto_20200524_1218.py +++ b/src/newsreader/news/core/migrations/0006_auto_20200524_1218.py @@ -6,7 +6,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("core", "0005_auto_20200412_1955")] operations = [ diff --git a/src/newsreader/news/core/migrations/0007_auto_20200706_2312.py b/src/newsreader/news/core/migrations/0007_auto_20200706_2312.py index 751faf9..7721462 100644 --- a/src/newsreader/news/core/migrations/0007_auto_20200706_2312.py +++ b/src/newsreader/news/core/migrations/0007_auto_20200706_2312.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("core", "0006_auto_20200524_1218")] operations = [ diff --git a/src/newsreader/news/core/migrations/0008_post_saved.py b/src/newsreader/news/core/migrations/0008_post_saved.py index 08ae2a8..40fbd14 100644 --- a/src/newsreader/news/core/migrations/0008_post_saved.py +++ b/src/newsreader/news/core/migrations/0008_post_saved.py @@ -4,7 +4,6 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [("core", "0007_auto_20200706_2312")] operations = [