| Original line number | Diff line number | Diff line |
|---|---|---|
# Generated by Django 5.2.12 on 2026-03-10 03:46
|
||
import wagtail.fields
|
||
from django.db import migrations
|
||
class Migration(migrations.Migration):
|
||
dependencies = [
|
||
('home', '0011_alter_homepage_content_alter_homepage_testimonials'),
|
||
]
|
||
operations = [
|
||
migrations.AlterField(
|
||
model_name='homepage',
|
||
name='content',
|
||
field=wagtail.fields.StreamField([('text', 0), ('image', 1), ('raw_html', 2)], blank=True, block_lookup={0: ('wagtail.blocks.RichTextBlock', (), {}), 1: ('wagtail.images.blocks.ImageBlock', [], {}), 2: ('wagtail.blocks.RawHTMLBlock', (), {})}),
|
||
),
|
||
] |
| Original line number | Diff line number | Diff line |
|---|---|---|
# Generated by Django 5.2.12 on 2026-03-10 03:46
|
||
import wagtail.fields
|
||
from django.db import migrations
|
||
class Migration(migrations.Migration):
|
||
dependencies = [
|
||
('pages', '0006_remove_formpage_header_image_and_more'),
|
||
]
|
||
operations = [
|
||
migrations.AlterField(
|
||
model_name='standardpage',
|
||
name='content',
|
||
field=wagtail.fields.StreamField([('text', 0), ('image', 1), ('image_text', 2), ('raw_html', 3)], blank=True, block_lookup={0: ('wagtail.blocks.RichTextBlock', (), {}), 1: ('wagtail.images.blocks.ImageBlock', [], {}), 2: ('wagtail.blocks.StructBlock', [[('image', 1), ('text', 0)]], {}), 3: ('wagtail.blocks.RawHTMLBlock', (), {})}),
|
||
),
|
||
] |
| Original line number | Diff line number | Diff line |
|---|---|---|
Django==5.2
|
||
wagtail==6.4.1
|
||
Django==5.2.12 # Django 6 requires Python >= 3.12 which isn't yet on Guix
|
||
wagtail==7.3.1
|
||
# Considered switching to whitenoise. Compressor's file concatenation is no
|
||
# longer useful with HTTP2, though the minification could be if it were enabled
|
||
# (it's not). Problem with whitenoise is that it makes it harder to apply
|
||
# default caching headers in Nginx because you overwrite whitenoise's.
|
||
django-compressor==4.5.1
|
||
django-compressor==4.6.0
|
||
psycopg>=3.1.8 # Required by Django |
| Original line number | Diff line number | Diff line |
|---|---|---|
-r base.txt
|
||
pylibmc
|
||
sentry-sdk==2.25.1 |
||
sentry-sdk==2.54.0 |

























