dnscms: bump python to 3.14, bump deps, notably wagtail to 7.2

This commit is contained in:
2025-11-14 02:32:08 +01:00
parent b18f9ec54f
commit 16629a2fc0
8 changed files with 268 additions and 204 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.2.5 on 2025-08-12 21:00
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('images', '0004_alter_customimage_alt_alter_customimage_attribution'),
]
operations = [
migrations.AddField(
model_name='customimage',
name='description',
field=models.CharField(blank=True, default='', max_length=255, verbose_name='description'),
),
]