django-oscar / django-oscar-api

RESTful JSON API for django-oscar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kevinrenskers opened this issue · comments

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?