('upc',oscar.models.fields.NullCharField(max_length=64,help_text='Universal Product Code (UPC) is an identifier for a product which is not specific to a particular supplier. Eg an ISBN for a book.',verbose_name='UPC',db_index=True)),
('is_discountable',models.BooleanField(default=True,help_text='This flag indicates if this product can be used in an offer or not',verbose_name='Is discountable?')),