You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

v2.0.1.rst 771B

1234567891011121314151617181920
  1. =======================
  2. Oscar 2.0.1 release notes
  3. =======================
  4. :release: 2019-08-09
  5. This is Oscar 2.0.1, a bugfix release.
  6. Bug fixes
  7. =========
  8. - Fixed ``oscar.dashboard.nav.default_access_fn`` to properly check permissions
  9. configured on forked dashboard apps.
  10. - Refactored ``ProductQuerySet.base_queryset()`` to avoid making an expensive
  11. database query when checking for product options. Queryset items are no
  12. longer annotated with ``num_product_class_options`` and
  13. ``num_product_options``(counts of the number of options associated with a
  14. product and product class, respectively. Instead are annotated with
  15. ``has_product_class_options`` and ``has_product_options``.
  16. - Fixed display of start and end dates in the dashboard offer list template.