您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.