|
|
@@ -77,7 +77,11 @@ Minor changes
|
|
77
|
77
|
|
|
78
|
78
|
- Category slugs can now be edited via the dashboard.
|
|
79
|
79
|
|
|
80
|
|
-- A new method get_attribute_values() was added to the Product model which returns a merged set of attribute values for child and parent products.
|
|
|
80
|
+- A new method ``get_attribute_values()`` was added to the Product model which returns a merged set of
|
|
|
81
|
+ attribute values for child and parent products.
|
|
|
82
|
+
|
|
|
83
|
+- The behaviour of ``checkout.views.ThankYouView`` when no order is found in the session has changed,
|
|
|
84
|
+ to redirect the user to the URL defined by ``settings.OSCAR_HOMEPAGE`` instead of returning a page not found error.
|
|
81
|
85
|
|
|
82
|
86
|
Dependency changes
|
|
83
|
87
|
~~~~~~~~~~~~~~~~~~
|