Skip to content

Commit b07a371

Browse files
committed
chore: source migration
1 parent 3d06500 commit b07a371

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Generated by Django 4.2.16 on 2024-09-19 22:32
2+
3+
from django.db import migrations
4+
import markupfield.fields
5+
6+
7+
class Migration(migrations.Migration):
8+
9+
dependencies = [
10+
('successstories', '0012_alter_story_creator_alter_story_last_modified_by'),
11+
]
12+
13+
operations = [
14+
migrations.AlterField(
15+
model_name='story',
16+
name='content',
17+
field=markupfield.fields.MarkupField(help_text='Note: Submissions in Markdown are strongly preferred and can be processed faster.', rendered_field=True),
18+
),
19+
]

0 commit comments

Comments
 (0)