|
@@ -4,8 +4,8 @@ Oscar 0.7 release notes
|
4
|
4
|
|
5
|
5
|
Welcome to Oscar 0.7!
|
6
|
6
|
|
7
|
|
-These release notes cover the :ref:`new features <what_is_new>` as well as
|
8
|
|
-:ref:`backwards incompatible changes <incompatible_changes>` that you'll want to be aware of when
|
|
7
|
+These release notes cover the :ref:`new features <new_in_0.7>` as well as
|
|
8
|
+:ref:`backwards incompatible changes <incompatible_changes_in_0.7>` that you'll want to be aware of when
|
9
|
9
|
upgrading from Oscar 0.6 or earlier.
|
10
|
10
|
|
11
|
11
|
If you encounter any undocumented issues, please let us know on the `mailing
|
|
@@ -19,7 +19,7 @@ Table of contents:
|
19
|
19
|
:local:
|
20
|
20
|
:depth: 1
|
21
|
21
|
|
22
|
|
-.. _overview:
|
|
22
|
+.. _overview_of_0.7:
|
23
|
23
|
|
24
|
24
|
Overview
|
25
|
25
|
========
|
|
@@ -36,7 +36,7 @@ Further, ensure you test your checkout implementation carefully after upgrading
|
36
|
36
|
as the core Oscar checkout view classes have been reorganised slightly. Any
|
37
|
37
|
upgrading work should be minor but be diligent.
|
38
|
38
|
|
39
|
|
-.. _compatibility:
|
|
39
|
+.. _compatibility_of_0.7:
|
40
|
40
|
|
41
|
41
|
Compatibility
|
42
|
42
|
=============
|
|
@@ -46,7 +46,7 @@ Oscar 0.7 has experimental support for Python 3.
|
46
|
46
|
Support for Django 1.4 has been dropped, and support for Django 1.6 is
|
47
|
47
|
now considered stable.
|
48
|
48
|
|
49
|
|
-.. _what_is_new:
|
|
49
|
+.. _new_in_0.7:
|
50
|
50
|
|
51
|
51
|
What's new in Oscar 0.7?
|
52
|
52
|
========================
|
|
@@ -129,7 +129,7 @@ Finally, the ``billing_address`` kwarg to
|
129
|
129
|
If you want to pass a billing address to be saved against the order, then pass
|
130
|
130
|
it as part of the ``order_kwargs`` option.
|
131
|
131
|
|
132
|
|
-.. _minor_changes:
|
|
132
|
+.. _minor_changes_in_0.7:
|
133
|
133
|
|
134
|
134
|
Minor changes
|
135
|
135
|
~~~~~~~~~~~~~
|
|
@@ -221,7 +221,7 @@ Bugfixes
|
221
|
221
|
.. _`#1289`: https://github.com/tangentlabs/django-oscar/issues/1289
|
222
|
222
|
.. _`be04d46639`: https://github.com/tangentlabs/django-oscar/commit/
|
223
|
223
|
|
224
|
|
-.. _incompatible_changes:
|
|
224
|
+.. _incompatible_changes_in_0.7:
|
225
|
225
|
|
226
|
226
|
Backwards incompatible changes in 0.7
|
227
|
227
|
=====================================
|