Browse Source

Add release notes for #3506.

master
Samir Shah 5 years ago
parent
commit
db323fffe0
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      docs/source/releases/v3.0.rst

+ 5
- 1
docs/source/releases/v3.0.rst View File

@@ -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
 ~~~~~~~~~~~~~~~~~~

Loading…
Cancel
Save