hi,
i am trouble with a issue where i must need to use queryset in InstanceSelectorBlock.
class ProductBlock(InstanceSelectorBlock):
def __init__(self, *args, **kwargs):
target_model = kwargs.pop("target_model", "store.Product")
super(ProductBlock, self).__init__(target_model=target_model, **kwargs)
Is there any way to initialize InstanceSelectorBlock with queryset.
thanks
hi,
i am trouble with a issue where i must need to use queryset in InstanceSelectorBlock.
Is there any way to initialize InstanceSelectorBlock with queryset.
thanks