Parcourir la source

added release note about the deprecation

master
Martin Winkel il y a 3 ans
Parent
révision
f16e87f2d0
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3
    0
      docs/source/releases/v3.2.rst

+ 3
- 0
docs/source/releases/v3.2.rst Voir le fichier

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

Chargement…
Annuler
Enregistrer