|
@@ -83,6 +83,12 @@ Minor changes
|
83
|
83
|
* The basket middleware now assigns a ``basket_hash`` attribute to the
|
84
|
84
|
``request`` instance. This provides a hook for basket caching.
|
85
|
85
|
|
|
86
|
+* The default templates now allow the order status to be changed on the
|
|
87
|
+ dashboard order detail page.
|
|
88
|
+
|
|
89
|
+* The forms for the order dashboard views are now loaded dynamically so they
|
|
90
|
+ can be overridden.
|
|
91
|
+
|
86
|
92
|
Bugfixes
|
87
|
93
|
~~~~~~~~
|
88
|
94
|
|
|
@@ -93,7 +99,9 @@ Backwards incompatible changes in 0.8
|
93
|
99
|
|
94
|
100
|
* The ``shipping`` app saw a few renames; please see the section above.
|
95
|
101
|
|
96
|
|
-.. _removal_of_deprecated_features:
|
|
102
|
+* The ``reload_page_response`` method of
|
|
103
|
+ :class:`~oscar.apps.dashboard.orders.views.OrderDetailView`
|
|
104
|
+ has been renamed to ``reload_page``.
|
97
|
105
|
|
98
|
106
|
Migrations
|
99
|
107
|
~~~~~~~~~~
|
|
@@ -102,7 +110,7 @@ Migrations
|
102
|
110
|
|
103
|
111
|
- ``0007`` - Change ``WeightBand.upper_limit`` from ``FloatField`` to ``DecimalField``
|
104
|
112
|
|
105
|
|
-.. _deprecated_features:
|
|
113
|
+.. _deprecated_features_in_0.8:
|
106
|
114
|
|
107
|
115
|
Features deprecated in 0.8
|
108
|
116
|
==========================
|