Remove blank line in migrations
Keep `black` happy
This commit is contained in:
parent
2a349d32d3
commit
e4a8fbd14f
28 changed files with 0 additions and 28 deletions
|
@ -16,7 +16,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("blog", "0001_initial"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("blog", "0002_alter_blogpostcollectionlistpage_body_and_more"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("blog", "0003_alter_blogpostcollectionlistpage_body_and_more"),
|
||||
]
|
||||
|
|
|
@ -5,7 +5,6 @@ from django.db import migrations
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("blog", "0004_alter_blogpostcollectionlistpage_body_and_more"),
|
||||
]
|
||||
|
|
|
@ -16,7 +16,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("common", "0001_initial"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("common", "0002_alter_contentpage_body_alter_listingpage_body"),
|
||||
]
|
||||
|
|
|
@ -6,7 +6,6 @@ from django.db import migrations
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("common", "0003_alter_contentpage_body_alter_listingpage_body"),
|
||||
]
|
||||
|
|
|
@ -4,7 +4,6 @@ from django.db import migrations
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("common", "0004_alter_footersetting_icons"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("common", "0005_remove_footersetting_site"),
|
||||
]
|
||||
|
|
|
@ -15,7 +15,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("contact", "0001_initial"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("contact", "0002_alter_contactpage_body"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("contact", "0003_alter_contactpage_body"),
|
||||
]
|
||||
|
|
|
@ -5,7 +5,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [] # type: ignore
|
||||
|
|
|
@ -3,7 +3,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("wagtailcore", "0040_page_draft_title"),
|
||||
]
|
||||
|
|
|
@ -53,7 +53,6 @@ def remove_homepage(
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
run_before = [
|
||||
("wagtailcore", "0053_locale_model"),
|
||||
]
|
||||
|
|
|
@ -5,7 +5,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("images", "0001_initial"),
|
||||
("home", "0002_create_homepage"),
|
||||
|
|
|
@ -10,7 +10,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
|
|
|
@ -14,7 +14,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("search", "0001_initial"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("search", "0002_alter_searchpage_body"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("search", "0003_alter_searchpage_body"),
|
||||
]
|
||||
|
|
|
@ -14,7 +14,6 @@ import website.spotify.models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("spotify", "0001_initial"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("spotify", "0002_alter_spotifyplaylistpage_body"),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,6 @@ import website.contrib.code_block.blocks
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("spotify", "0003_alter_spotifyplaylistpage_body"),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue