jrief / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

Bugfix: take cms_pages_fields into account #73

Closed rfleschenberg closed 7 years ago

rfleschenberg commented 7 years ago

_get_filtered_queryset() looks at self.cms_pages_fields, but that attribute does not reflect a possible override from the view. This PR fixes that.

jrief commented 7 years ago

thanks, that slipped somehow into.