('title_override',models.CharField(max_length=255,default=None,help_text="Title specific for this run of a course. Leave this value blank to default to the parent course's title.",blank=True,null=True)),
('short_description_override',models.CharField(max_length=255,default=None,help_text="Short description specific for this run of a course. Leave this value blank to default to the parent course's short_description attribute.",blank=True,null=True)),
('full_description_override',models.TextField(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.",blank=True,null=True)),
('min_effort',models.PositiveSmallIntegerField(help_text='Estimated minimum number of hours per week needed to complete a course run.',blank=True,null=True)),
('max_effort',models.PositiveSmallIntegerField(help_text='Estimated maximum number of hours per week needed to complete a course run.',blank=True,null=True)),
('title_override',models.CharField(max_length=255,default=None,help_text="Title specific for this run of a course. Leave this value blank to default to the parent course's title.",blank=True,null=True)),
('short_description_override',models.CharField(max_length=255,default=None,help_text="Short description specific for this run of a course. Leave this value blank to default to the parent course's short_description attribute.",blank=True,null=True)),
('full_description_override',models.TextField(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.",blank=True,null=True)),
('min_effort',models.PositiveSmallIntegerField(help_text='Estimated minimum number of hours per week needed to complete a course run.',blank=True,null=True)),
('max_effort',models.PositiveSmallIntegerField(help_text='Estimated maximum number of hours per week needed to complete a course run.',blank=True,null=True)),