Skip to content

Commit cc1e6b0

Browse files
committed
chore: add help text to target field
1 parent d69ce89 commit cc1e6b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cms/djangoapps/modulestore_migrator/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class ModulestoreBlockMigration(TimeStampedModel):
213213
target = models.ForeignKey(
214214
PublishableEntity,
215215
on_delete=models.CASCADE,
216+
help_text=_('The target entity of this block migration, set to null if it fails to migrate'),
216217
null=True,
217218
blank=True,
218219
)

0 commit comments

Comments
 (0)