field=models.TextField(blank=True,default=None,help_text="Full description specific for this run of a course. Leave this value blank to default to the parent course's full_description attribute.",null=True),
),
migrations.AddField(
model_name='courserun',
name='title_override',
field=models.CharField(blank=True,default=None,help_text="Title specific for this run of a course. Leave this value blank to default to the parent course's title.",max_length=255,null=True),
),
migrations.AddField(
model_name='historicalcourserun',
name='full_description_override',
field=models.TextField(blank=True,default=None,help_text="Full description specific for this run of a course. Leave this value blank to default to the parent course's full_description attribute.",null=True),
),
migrations.AddField(
model_name='historicalcourserun',
name='title_override',
field=models.CharField(blank=True,default=None,help_text="Title specific for this run of a course. Leave this value blank to default to the parent course's title.",max_length=255,null=True),