Oscar 2.0.1 release notes¶
- release
2019-08-09
This is Oscar 2.0.1, a bugfix release.
Bug fixes¶
Fixed
oscar.dashboard.nav.default_access_fnto properly check permissions configured on forked dashboard apps.Refactored
ProductQuerySet.base_queryset()to avoid making an expensive database query when checking for product options. Queryset items are no longer annotated withnum_product_class_optionsandnum_product_options``(counts of the number of options associated with a product and product class, respectively. Instead are annotated with ``has_product_class_optionsandhas_product_options.Fixed display of start and end dates in the dashboard offer list template.