Skip to content

Commit c4538f9

Browse files
committed
CMS: Fix migration issue
1 parent 766140c commit c4538f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cms/home/migrations/0028_alter_landingpage_body.py renamed to cms/home/migrations/0029_alter_landingpage_body.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.2.9 on 2026-03-04 16:06
1+
# Generated by Django 5.2.12 on 2026-03-06 11:05
22

33
import cms.dynamic_content.cards
44
import cms.metrics_interface.field_choices_callables
@@ -10,7 +10,7 @@
1010
class Migration(migrations.Migration):
1111

1212
dependencies = [
13-
("home", "0027_alter_landingpage_new_chart_row_blocks"),
13+
("home", "0028_landingpage_page_description_and_more"),
1414
]
1515

1616
operations = [

cms/topic/migrations/0027_alter_topicpage_body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.2.9 on 2026-03-04 16:06
1+
# Generated by Django 5.2.12 on 2026-03-06 11:05
22

33
import cms.dynamic_content.cards
44
import cms.metrics_interface.field_choices_callables

cms/topics_list/migrations/0002_alter_topicslistpage_body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.2.9 on 2026-03-04 16:06
1+
# Generated by Django 5.2.12 on 2026-03-06 11:05
22

33
import cms.dynamic_content.cards
44
import cms.metrics_interface.field_choices_callables

0 commit comments

Comments
 (0)