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.

v3.0.1.rst 626B

12345678910111213141516171819
  1. =========================
  2. Oscar 3.0.1 release notes
  3. =========================
  4. :release: 2021-02-22
  5. This is Oscar 3.0.1, a bugfix release.
  6. Bug fixes
  7. =========
  8. - Pinned the dependency of django-treebeard to version 4.4.x, because of a breaking
  9. change introduced in version 4.5 that requires database migrations. It is likely
  10. - Fix static imports of ``AlertsDispatcher`` that should be dynamic, and move alert queryset generation
  11. into an overridable class.
  12. - Add a method to ``ProductAttributesContainer`` to allow refresh of product attribute values from the database
  13. without reloading the whole product instance.