Skip to content

Commit 0932c65

Browse files
committed
migration update for verbose name
1 parent 24b9768 commit 0932c65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mod_app/migrations/0028_visualwritteninfluences.py

+6
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,10 @@ class Migration(migrations.Migration):
4444
"verbose_name_plural": "Visual and Written Influences",
4545
},
4646
),
47+
migrations.AlterModelOptions(
48+
name="feedback",
49+
options={
50+
"verbose_name_plural": "Feedback on non-academic Activities",
51+
},
52+
),
4753
]

0 commit comments

Comments
 (0)