Skip to content

Commit

Permalink
Merge pull request #1369 from ubyssey/fix-wagtail-3-upgrade
Browse files Browse the repository at this point in the history
Fix Wagtail 3 upgrade
  • Loading branch information
brittkhat authored Dec 8, 2023
2 parents da9aa88 + 097686d commit a5e5bac
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: python37
runtime: python39
entrypoint: gunicorn -b :$PORT --chdir ubyssey/ wsgi:application
instance_class: F4_1G

Expand Down
2 changes: 1 addition & 1 deletion home/migrations/0022_alter_homepage_sidebar_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Migration(migrations.Migration):

dependencies = [
('home', '0021_alter_homepage_sidebar_stream'),
('home', '0022_alter_homepage_cover_story'),
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion home/migrations/0023_alter_homepage_cover_story.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Migration(migrations.Migration):

dependencies = [
('wagtailcore', '0066_collection_management_permissions'),
('home', '0022_alter_homepage_cover_story'),
('home', '0022_alter_homepage_sidebar_stream'),
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion home/migrations/0023_alter_homepage_sidebar_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Migration(migrations.Migration):

dependencies = [
('home', '0022_alter_homepage_sidebar_stream'),
('home', '0023_alter_homepage_cover_story'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Migration(migrations.Migration):

dependencies = [
('home', '0021_alter_homepage_sidebar_stream'),
('home', '0023_alter_homepage_sidebar_stream'),
]

operations = [
Expand Down
14 changes: 0 additions & 14 deletions home/migrations/0024_merge_20230829_1103.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Migration(migrations.Migration):

dependencies = [
('specialfeaturelanding', '0020_speciallandingpage_category'),
('specialfeaturelanding', '0022_alter_speciallandingpage_featured_media'),
]

operations = [
Expand Down

0 comments on commit a5e5bac

Please sign in to comment.