('_expiration_datetime',models.DateTimeField(blank=True,db_column=b'expiration_datetime',default=None,help_text='OPTIONAL: After this date/time, users will no longer be able to enroll in this mode. Leave this blank if users can enroll in this mode until enrollment closes for the course.',null=True,verbose_name='Upgrade Deadline')),
('suggested_prices',models.CharField(blank=True,default=b'',max_length=255,validators=[django.core.validators.RegexValidator(re.compile('^\\d+(?:\\,\\d+)*\\Z'),code='invalid',message='Enter only digits separated by commas.')])),
('sku',models.CharField(blank=True,help_text='OPTIONAL: This is the SKU (stock keeping unit) of this mode in the external ecommerce service. Leave this blank if the course has not yet been migrated to the ecommerce service.',max_length=255,null=True,verbose_name=b'SKU')),
('bulk_sku',models.CharField(blank=True,default=None,help_text='This is the bulk SKU (stock keeping unit) of this mode in the external ecommerce service.',max_length=255,null=True,verbose_name=b'Bulk SKU')),