We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4756666 commit 480360cCopy full SHA for 480360c
tbx/blog/migrations/0030_adds_introduction_field.py
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
9
]
10
11
operations = [
12
- migrations.AlterField(
+ migrations.AddField(
13
model_name="blogindexpage",
14
name="introduction",
15
field=models.TextField(blank=True),
0 commit comments