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.3.rst 475B

12345678910111213141516
  1. =======================
  2. Oscar 2.0.3 release notes
  3. =======================
  4. :release: 2019-10-08
  5. This is Oscar 2.0.3, a bugfix release.
  6. Bug fixes
  7. =========
  8. - Added an ``OSCAR_THUMBNAIL_DEBUG`` setting to control whether the
  9. ``oscar_thumbnail`` template tag raises exceptions. This fixes a regression in
  10. Oscar 2 where thumbnailing errors resulted in exceptions being propagated,
  11. contrary to Django's recommendations that template tags should never
  12. raise exceptions.