Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: removed extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Sep 11, 2023
1 parent f84a47d commit 80ef8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecommerce/extensions/catalogue/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ class Option(AbstractOption):
history = CreateSafeHistoricalRecords(excluded_fields=['code'])
OPTIONAL = 'Optional'


class ProductClass(AbstractProductClass):
# Do not record the slug field in the history table because AutoSlugField is not compatible with
# django-simple-history. Background: https://github.com/openedx/course-discovery/pull/332
Expand Down

0 comments on commit 80ef8fc

Please sign in to comment.