Skip to content

Commit

Permalink
Revert #344 since it breaks stuff, tests need to be added first,
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Nov 27, 2024
1 parent c6f035b commit e39f882
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ test:
coverage:
coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false
coverage report -m
coverage html
coverage xml -i

docker-build:
Expand Down
1 change: 0 additions & 1 deletion oscarapi/serializers/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ class Meta:


class OptionSerializer(OscarHyperlinkedModelSerializer):
option_group = AttributeOptionGroupSerializer(required=False, allow_null=True)
code = serializers.SlugField()

class Meta:
Expand Down

0 comments on commit e39f882

Please sign in to comment.