Skip to content

Commit

Permalink
reset, redo 👊
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Jun 28, 2024
1 parent f24eca6 commit 02c3499
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions pages/migrations/0084_customizablepage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.4 on 2024-06-28 01:30
# Generated by Django 5.0.4 on 2024-06-28 01:41

import django.db.models.deletion
import pages.custom_blocks
Expand All @@ -12,7 +12,7 @@ class Migration(migrations.Migration):

dependencies = [
("pages", "0083_alter_k12mainpage_testimonials"),
("wagtailcore", "0093_uploadedfile"),
("wagtailcore", "0089_log_entry_data_json_null_to_object"),
]

operations = [
Expand Down Expand Up @@ -85,7 +85,8 @@ class Migration(migrations.Migration):
("paragraph", wagtail.blocks.RichTextBlock()),
("image", pages.custom_blocks.APIImageChooserBlock()),
("html", wagtail.blocks.RawHTMLBlock()),
]
],
use_json_field=True,
),
),
],
Expand Down
2 changes: 1 addition & 1 deletion pages/migrations/0085_customizablepage_page_layout.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.4 on 2024-06-28 01:30
# Generated by Django 5.0.4 on 2024-06-28 01:41

import django.db.models.deletion
from django.db import migrations, models
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ six==1.16.0
ua-parser==0.18.0
unicodecsv==0.14.1
vcrpy==6.0.1 # recoding Salesforce interactions in tests
wagtail==6.0.5
wagtail==5.2.3
wagtail-modeladmin==2.0.0
whitenoise==6.6.0
6 changes: 3 additions & 3 deletions snippets/migrations/0037_pagelayout.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.4 on 2024-06-28 01:30
# Generated by Django 5.0.4 on 2024-06-28 01:41

import django.db.models.deletion
import uuid
Expand All @@ -9,8 +9,8 @@ class Migration(migrations.Migration):

dependencies = [
("snippets", "0036_contentwarning"),
("wagtailcore", "0093_uploadedfile"),
("wagtailimages", "0026_delete_uploadedimage"),
("wagtailcore", "0089_log_entry_data_json_null_to_object"),
("wagtailimages", "0025_alter_image_file_alter_rendition_file"),
]

operations = [
Expand Down

0 comments on commit 02c3499

Please sign in to comment.