From 6254561a51fb48a492669afb0825000d43fdaeea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Thu, 4 Jan 2024 18:00:24 +0100 Subject: [PATCH] run hooks --- elections/migrations/0006_alter_electionshomepage_content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elections/migrations/0006_alter_electionshomepage_content.py b/elections/migrations/0006_alter_electionshomepage_content.py index b3ee585c..b1a7e88b 100644 --- a/elections/migrations/0006_alter_electionshomepage_content.py +++ b/elections/migrations/0006_alter_electionshomepage_content.py @@ -1,9 +1,9 @@ # Generated by Django 4.1.10 on 2024-01-04 16:52 -from django.db import migrations import wagtail.blocks import wagtail.fields import wagtail.images.blocks +from django.db import migrations class Migration(migrations.Migration): -- GitLab