|
@@ -57,3 +57,6 @@ Deprecated features
|
57
|
57
|
|
58
|
58
|
- The ``annotate_form_field`` template tag is deprecated. It's functionality of annotating form fields with
|
59
|
59
|
their widget type is now built in to Django.
|
|
60
|
+- In the ORDER_PLACED email templates, the variable ``status_url`` should not be used anymore. Please use
|
|
61
|
+ ``status_path`` in conjunction with the ``absolute_url`` template tag instead. It will be removed in a future
|
|
62
|
+ version of Oscar.
|