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

Commit

Permalink
fix: renamed signals to receivers as per new django-oscar version
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Sep 14, 2023
1 parent 7db12aa commit 149edc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.core.management import BaseCommand
from django.db.models import signals
from django.template.defaultfilters import pluralize
from oscar.apps.offer.signals import delete_unused_related_conditions_and_benefits
from oscar.apps.offer.receivers import delete_unused_related_conditions_and_benefits
from oscar.core.loading import get_model

from ecommerce.extensions.order.management.commands.prompt import query_yes_no
Expand Down

0 comments on commit 149edc1

Please sign in to comment.