django-oscar / django-oscar-api

RESTful JSON API for django-oscar
Other
363 stars 160 forks source link

Why doesn't ProductList filter out non-public products? #307

Open kevinrenskers opened 1 year ago

kevinrenskers commented 1 year ago

The Product model has a field is_public, it would seem reasonable to expect that products with this boolean set to False would not be returned by ProductList?