From 2cb962ae2daaf97dca498c56831066fb3ad0eacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Fri, 7 Jun 2024 08:25:57 +0200 Subject: [PATCH] fix migration dependency --- .../0063_alter_uniwebcalendarpage_calendar_and_more.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniweb/migrations/0063_alter_uniwebcalendarpage_calendar_and_more.py b/uniweb/migrations/0063_alter_uniwebcalendarpage_calendar_and_more.py index 955b6a58..22b02936 100644 --- a/uniweb/migrations/0063_alter_uniwebcalendarpage_calendar_and_more.py +++ b/uniweb/migrations/0063_alter_uniwebcalendarpage_calendar_and_more.py @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ("calendar_utils", "0004_auto_20220505_1228"), - ("uniweb", "0062_alter_uniwebcalendarpage_calendar_and_more"), + ("uniweb", "0062_alter_uniwebarticlepage_content_and_more"), ] operations = [ -- GitLab