Skip to content

Commit 480360c

Browse files
committed
fixup! Adds introduction field for blog index
1 parent 4756666 commit 480360c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tbx/blog/migrations/0030_adds_introduction_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
99
]
1010

1111
operations = [
12-
migrations.AlterField(
12+
migrations.AddField(
1313
model_name="blogindexpage",
1414
name="introduction",
1515
field=models.TextField(blank=True),

0 commit comments

Comments
 (0)