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