소스 검색

Update changelog of really old releases

master
Michael van Tellingen 8 년 전
부모
커밋
2e25973990
7개의 변경된 파일596개의 추가작업 그리고 234개의 파일을 삭제
  1. 2
    234
      CHANGELOG.rst
  2. 33
    0
      docs/source/releases/index.rst
  3. 9
    0
      docs/source/releases/v0.1.x.rst
  4. 41
    0
      docs/source/releases/v0.2.x.rst
  5. 115
    0
      docs/source/releases/v0.3.x.rst
  6. 238
    0
      docs/source/releases/v0.4.rst
  7. 158
    0
      docs/source/releases/v0.4.x.rst

+ 2
- 234
CHANGELOG.rst 파일 보기

@@ -2,237 +2,5 @@
2 2
 Changelog
3 3
 =========
4 4
 
5
-For releases after 0.4, see the release notes in the docs.
6
-
7
-0.4.11 - 2013-08-08
8
--------------------
9
-
10
-Add extra blocks to order dashboard template.
11
-
12
-0.4.10 - 2013-07-03
13
--------------------
14
-
15
-Extend range of bankcard expiry month field.
16
-
17
-0.4.9 - 2013-04-17
18
-------------------
19
-
20
-Make ``AbstractStockRecord`` abstract (`#645`)
21
-
22
-.. _`#645`: https://github.com/django-oscar/django-oscar/pull/645
23
-
24
-0.4.8 - 2013-04-08
25
-------------------
26
-
27
-Fix bug with order dashboard line editing (`#622`_)
28
-
29
-.. _`#622`: https://github.com/django-oscar/django-oscar/pull/622
30
-
31
-0.4.7 - 2013-03-20
32
-------------------
33
-
34
-Fix bug with order dashboard searching (`#587`_)
35
-
36
-.. _`#587`: https://github.com/django-oscar/django-oscar/pull/587
37
-
38
-0.4.6 - 2013-03-05
39
-------------------
40
-
41
-Fix dependencies in ``setup.py``
42
-
43
-0.4.4 - 2013-01-25
44
-------------------
45
-
46
-Extend ``get_class`` to support loading from non-Oscar packages
47
-
48
-0.4.4 - 2013-01-16
49
-------------------
50
-
51
-Correct django-haystack in setup.py
52
-
53
-0.4.3 - 2013-01-16
54
-------------------
55
-
56
-Pin django-haystack version as backwards-incompatiable changes are happening
57
-
58
-0.4.2 - 2012-12-14
59
-------------------
60
-
61
-Nano-release to fix logout redirect bug
62
-
63
-0.4.1 - 2012-12-06
64
-------------------
65
-
66
-Nano-release to bump dependency versions.
67
-
68
-0.4 - 2012-10-19
69
-----------------
70
-
71
-Quite a big release this one.  Several new features have been added since the
72
-0.3 release series:
73
-
74
-* Better support for digital products.  Additional fields added to product class
75
-  model.
76
-* HTML editing within the dashboard
77
-* A new email dashboard
78
-* Major refactor of the offers module and test suite  
79
-* Product stock alerts: customers can request an alert when when a product comes
80
-  back into stock
81
-* Customer notifications: an API and inbox for sending users notifications
82
-
83
-Upgrading
84
-~~~~~~~~~
85
-
86
-Four apps have new migrations.  If you subclass these apps in your project, you
87
-will need to create a new schema migration for each to pick up the upstream
88
-changes.
89
-
90
-* Basket: 
91
-  
92
-  - A ``price_excl_tax`` has been added to ``basket.Line``.  This is
93
-    useful for applications that use dynamic pricing where both the price with and
94
-    without tax needs to be stored. 
95
-
96
-* Catalogue:
97
-
98
-  - A ``requires_shipping`` field has been added to ``catalogue.ProductClass``
99
-    to facilitate better support for digital products (that don't require
100
-    shipping).
101
-
102
-  - The ``code`` field of ``catalogue.Option`` now has a unique index.
103
-
104
-* Customer: 
105
-
106
-  - New models for stock alerts and notifications
107
-  - The ``email_subject_template`` field from
108
-    ``customer.CommunicationEventType`` is now nullable.
109
-
110
-* Order:
111
-
112
-  - An ``offer_name`` field has been added to ``order.OrderDiscount`` so retain
113
-    audit information on discounts after offers are deleted.
114
-
115
-Please ask on the mailing list if any other problems are encountered.
116
-
117
-0.3.7 - 2013-07-03
118
-------------------
119
-* Extend number of years in bankcard expiry field
120
-
121
-0.3.6 - 2013-04-08
122
--------------------
123
-* Fix line-handling bug in order dashboard.
124
-
125
-0.3.5 - 2012-09-28
126
-------------------
127
-A couple of minor adjustments for Tangent projects
128
-
129
-* Add handling of custom redirect after adding to basket
130
-* Add recursive URL decoration
131
-
132
-0.3.4 - 2012-09-24
133
-------------------
134
-
135
-* Rework price lookups in offer calculations (backport of functionality from 0.4)
136
-* Add additional block to profile template
137
-
138
-Diff: https://github.com/django-oscar/django-oscar/compare/0.3.3...0.3.4
139
-
140
-0.3.3 - 2012-08-24
141
--------------------
142
-
143
-* Minor bug fixes around category editing and order history.
144
-
145
-0.3.2 - 2012-08-13
146
-------------------
147
-
148
-* Bug fix for basket calculations.
149
-* Bug fix for absolute discount benefit calculations.
150
-
151
-0.3.1 - 2012-08-08
152
-------------------
153
-
154
-* Now including the translation files.
155
-
156
-0.3 - 2012-08-08
157
-----------------
158
-
159
-* i18n support added - Oscar now ships with .po files for seven languages.
160
-  Translation files are welcome.
161
-* Category management added to dashboard
162
-* Some improvements to how group/variant products are handled
163
-* Improved installation process using makefile
164
-
165
-Migrations
166
-~~~~~~~~~~
167
-
168
-There are 3 new migrations in the catalogue app.  If you have a local version,
169
-you will need to run::
170
-
171
-    ./manage.py schemamigration catalogue --auto
172
-
173
-to pick up the changes in Oscar's catalogue app.
174
-
175
-Breaking changes
176
-~~~~~~~~~~~~~~~~
177
-
178
-A new setting ``OSCAR_MAIN_TEMPLATE_DIR`` has been introduced
179
-as the template structure has been altered.  This requires your
180
-``TEMPLATE_DIRS`` setting to be altered to include this folder, eg::
181
-
182
-    from oscar import OSCAR_MAIN_TEMPLATE_DIR
183
-    TEMPLATE_DIRS = (
184
-        location('templates'),
185
-        OSCAR_MAIN_TEMPLATE_DIR
186
-    )
187
-
188
-If you want to extend one of Oscar's templates, then use::
189
-
190
-    # base.html
191
-    {% extends 'oscar/base.html' %}
192
-
193
-instead of::
194
-
195
-    # base.html
196
-    {% extends 'templates/base.html' %}
197
-
198
-0.2.2 - 13 July 2012
199
-~~~~~~~~~~~~~~~~~~~~
200
-
201
-Fixes a bug with applying absolute-discount benefits
202
-
203
-
204
-0.2.1 - 09 July 2012
205
---------------------
206
-
207
-Mainly small bug-fixes to templates and javascript.  
208
-
209
-0.2 - 01 June 2012
210
-------------------
211
-
212
-Many components have been rewritten since 0.1 - Oscar is much more of a complete
213
-package now.  New features include:
214
-
215
-* Dashboard for managing catalogue, offers, stock, vouchers and more.  This includes
216
-  statistics pages to track performance.
217
-
218
-* Sample templates, CSS and JS to get a shop up and running in a minutes.  
219
-
220
-* Updated documentation.
221
-
222
-* Reworking of shipping methods.
223
-
224
-* Automatic up-selling on the basket page.  We now inform the user if they
225
-  partially qualify for an offer.
226
-
227
-The documentation still needs more work which we'll do over the next week or
228
-two.
229
-
230
-0.1
231
----
232
-
233
-* Initial release - used in production by two major applications at Tangent but
234
-  still quite rough around the edges.  Many features were implemented directly
235
-  in the applications rather than using a feature from oscar.
236
-
237
-* Docs are a bit stale and need updating in 0.2
238
-
5
+The complete changelog can be found at
6
+http://docs.oscarcommerce.com/en/latest/releases/

+ 33
- 0
docs/source/releases/index.rst 파일 보기

@@ -78,3 +78,36 @@ Release notes for each version of Oscar published to PyPI.
78 78
     v0.5.1
79 79
     v0.5.2
80 80
     v0.5.3
81
+
82
+
83
+0.4 release branch
84
+
85
+.. toctree::
86
+    :maxdepth: 1
87
+
88
+    v0.4.x
89
+
90
+0.3 release branch
91
+
92
+
93
+.. toctree::
94
+    :maxdepth: 1
95
+
96
+    v0.3.x
97
+
98
+0.2 release branch
99
+
100
+
101
+.. toctree::
102
+    :maxdepth: 1
103
+
104
+    v0.2.x
105
+
106
+
107
+0.1 release branch
108
+
109
+
110
+.. toctree::
111
+    :maxdepth: 1
112
+
113
+    v0.1.x

+ 9
- 0
docs/source/releases/v0.1.x.rst 파일 보기

@@ -0,0 +1,9 @@
1
+=========================
2
+Oscar 0.1.0 release notes
3
+=========================
4
+
5
+* Initial release - used in production by two major applications at Tangent but
6
+  still quite rough around the edges.  Many features were implemented directly
7
+  in the applications rather than using a feature from oscar.
8
+
9
+* Docs are a bit stale and need updating in 0.2

+ 41
- 0
docs/source/releases/v0.2.x.rst 파일 보기

@@ -0,0 +1,41 @@
1
+=========================
2
+Oscar 0.2.2 release notes
3
+=========================
4
+
5
+:release: 13 July 2012
6
+
7
+Fixes a bug with applying absolute-discount benefits
8
+
9
+
10
+=========================
11
+Oscar 0.2.1 release notes
12
+=========================
13
+
14
+:release: 09 July 2012
15
+
16
+Mainly small bug-fixes to templates and javascript.  
17
+
18
+
19
+=========================
20
+Oscar 0.2.0 release notes
21
+=========================
22
+
23
+:release: 01 June 2012
24
+
25
+Many components have been rewritten since 0.1 - Oscar is much more of a complete
26
+package now.  New features include:
27
+
28
+* Dashboard for managing catalogue, offers, stock, vouchers and more.  This includes
29
+  statistics pages to track performance.
30
+
31
+* Sample templates, CSS and JS to get a shop up and running in a minutes.  
32
+
33
+* Updated documentation.
34
+
35
+* Reworking of shipping methods.
36
+
37
+* Automatic up-selling on the basket page.  We now inform the user if they
38
+  partially qualify for an offer.
39
+
40
+The documentation still needs more work which we'll do over the next week or
41
+two.

+ 115
- 0
docs/source/releases/v0.3.x.rst 파일 보기

@@ -0,0 +1,115 @@
1
+=========================
2
+Oscar 0.3.7 release notes
3
+=========================
4
+
5
+:release: 2013-07-03
6
+
7
+* Extend number of years in bankcard expiry field
8
+
9
+
10
+=========================
11
+Oscar 0.3.6 release notes
12
+=========================
13
+
14
+:release: 2013-04-08
15
+
16
+* Fix line-handling bug in order dashboard.
17
+
18
+
19
+=========================
20
+Oscar 0.3.5 release notes
21
+=========================
22
+
23
+:release: 2012-09-28
24
+
25
+A couple of minor adjustments for Tangent projects
26
+
27
+* Add handling of custom redirect after adding to basket
28
+* Add recursive URL decoration
29
+
30
+
31
+=========================
32
+Oscar 0.3.4 release notes
33
+=========================
34
+
35
+:release: 2012-09-24
36
+
37
+* Rework price lookups in offer calculations (backport of functionality from 0.4)
38
+* Add additional block to profile template
39
+
40
+Diff: https://github.com/django-oscar/django-oscar/compare/0.3.3...0.3.4
41
+
42
+
43
+=========================
44
+Oscar 0.3.3 release notes
45
+=========================
46
+
47
+:release: 2012-08-24
48
+
49
+* Minor bug fixes around category editing and order history.
50
+
51
+
52
+=========================
53
+Oscar 0.3.2 release notes
54
+=========================
55
+
56
+:release: 2012-08-13
57
+
58
+* Bug fix for basket calculations.
59
+* Bug fix for absolute discount benefit calculations.
60
+
61
+
62
+=========================
63
+Oscar 0.3.1 release notes
64
+=========================
65
+
66
+:release: 2012-08-08
67
+
68
+* Now including the translation files.
69
+
70
+
71
+=========================
72
+Oscar 0.3.0 release notes
73
+=========================
74
+
75
+:release: 2012-08-08
76
+
77
+* i18n support added - Oscar now ships with .po files for seven languages.
78
+  Translation files are welcome.
79
+* Category management added to dashboard
80
+* Some improvements to how group/variant products are handled
81
+* Improved installation process using makefile
82
+
83
+
84
+Migrations
85
+~~~~~~~~~~
86
+
87
+There are 3 new migrations in the catalogue app.  If you have a local version,
88
+you will need to run::
89
+
90
+    ./manage.py schemamigration catalogue --auto
91
+
92
+to pick up the changes in Oscar's catalogue app.
93
+
94
+Breaking changes
95
+~~~~~~~~~~~~~~~~
96
+
97
+A new setting ``OSCAR_MAIN_TEMPLATE_DIR`` has been introduced
98
+as the template structure has been altered.  This requires your
99
+``TEMPLATE_DIRS`` setting to be altered to include this folder, eg::
100
+
101
+    from oscar import OSCAR_MAIN_TEMPLATE_DIR
102
+    TEMPLATE_DIRS = (
103
+        location('templates'),
104
+        OSCAR_MAIN_TEMPLATE_DIR
105
+    )
106
+
107
+If you want to extend one of Oscar's templates, then use::
108
+
109
+    # base.html
110
+    {% extends 'oscar/base.html' %}
111
+
112
+instead of::
113
+
114
+    # base.html
115
+    {% extends 'templates/base.html' %}

+ 238
- 0
docs/source/releases/v0.4.rst 파일 보기

@@ -0,0 +1,238 @@
1
+===================================
2
+Oscar 0.4 and earlier release notes
3
+===================================
4
+
5
+
6
+0.4.11 - 2013-08-08
7
+-------------------
8
+
9
+Add extra blocks to order dashboard template.
10
+
11
+0.4.10 - 2013-07-03
12
+-------------------
13
+
14
+Extend range of bankcard expiry month field.
15
+
16
+0.4.9 - 2013-04-17
17
+------------------
18
+
19
+Make ``AbstractStockRecord`` abstract (`#645`)
20
+
21
+.. _`#645`: https://github.com/django-oscar/django-oscar/pull/645
22
+
23
+0.4.8 - 2013-04-08
24
+------------------
25
+
26
+Fix bug with order dashboard line editing (`#622`_)
27
+
28
+.. _`#622`: https://github.com/django-oscar/django-oscar/pull/622
29
+
30
+0.4.7 - 2013-03-20
31
+------------------
32
+
33
+Fix bug with order dashboard searching (`#587`_)
34
+
35
+.. _`#587`: https://github.com/django-oscar/django-oscar/pull/587
36
+
37
+0.4.6 - 2013-03-05
38
+------------------
39
+
40
+Fix dependencies in ``setup.py``
41
+
42
+0.4.4 - 2013-01-25
43
+------------------
44
+
45
+Extend ``get_class`` to support loading from non-Oscar packages
46
+
47
+0.4.4 - 2013-01-16
48
+------------------
49
+
50
+Correct django-haystack in setup.py
51
+
52
+0.4.3 - 2013-01-16
53
+------------------
54
+
55
+Pin django-haystack version as backwards-incompatiable changes are happening
56
+
57
+0.4.2 - 2012-12-14
58
+------------------
59
+
60
+Nano-release to fix logout redirect bug
61
+
62
+0.4.1 - 2012-12-06
63
+------------------
64
+
65
+Nano-release to bump dependency versions.
66
+
67
+0.4 - 2012-10-19
68
+----------------
69
+
70
+Quite a big release this one.  Several new features have been added since the
71
+0.3 release series:
72
+
73
+* Better support for digital products.  Additional fields added to product class
74
+  model.
75
+* HTML editing within the dashboard
76
+* A new email dashboard
77
+* Major refactor of the offers module and test suite  
78
+* Product stock alerts: customers can request an alert when when a product comes
79
+  back into stock
80
+* Customer notifications: an API and inbox for sending users notifications
81
+
82
+Upgrading
83
+~~~~~~~~~
84
+
85
+Four apps have new migrations.  If you subclass these apps in your project, you
86
+will need to create a new schema migration for each to pick up the upstream
87
+changes.
88
+
89
+* Basket: 
90
+  
91
+  - A ``price_excl_tax`` has been added to ``basket.Line``.  This is
92
+    useful for applications that use dynamic pricing where both the price with and
93
+    without tax needs to be stored. 
94
+
95
+* Catalogue:
96
+
97
+  - A ``requires_shipping`` field has been added to ``catalogue.ProductClass``
98
+    to facilitate better support for digital products (that don't require
99
+    shipping).
100
+
101
+  - The ``code`` field of ``catalogue.Option`` now has a unique index.
102
+
103
+* Customer: 
104
+
105
+  - New models for stock alerts and notifications
106
+  - The ``email_subject_template`` field from
107
+    ``customer.CommunicationEventType`` is now nullable.
108
+
109
+* Order:
110
+
111
+  - An ``offer_name`` field has been added to ``order.OrderDiscount`` so retain
112
+    audit information on discounts after offers are deleted.
113
+
114
+Please ask on the mailing list if any other problems are encountered.
115
+
116
+0.3.7 - 2013-07-03
117
+------------------
118
+* Extend number of years in bankcard expiry field
119
+
120
+0.3.6 - 2013-04-08
121
+-------------------
122
+* Fix line-handling bug in order dashboard.
123
+
124
+0.3.5 - 2012-09-28
125
+------------------
126
+A couple of minor adjustments for Tangent projects
127
+
128
+* Add handling of custom redirect after adding to basket
129
+* Add recursive URL decoration
130
+
131
+0.3.4 - 2012-09-24
132
+------------------
133
+
134
+* Rework price lookups in offer calculations (backport of functionality from 0.4)
135
+* Add additional block to profile template
136
+
137
+Diff: https://github.com/django-oscar/django-oscar/compare/0.3.3...0.3.4
138
+
139
+0.3.3 - 2012-08-24
140
+-------------------
141
+
142
+* Minor bug fixes around category editing and order history.
143
+
144
+0.3.2 - 2012-08-13
145
+------------------
146
+
147
+* Bug fix for basket calculations.
148
+* Bug fix for absolute discount benefit calculations.
149
+
150
+0.3.1 - 2012-08-08
151
+------------------
152
+
153
+* Now including the translation files.
154
+
155
+0.3 - 2012-08-08
156
+----------------
157
+
158
+* i18n support added - Oscar now ships with .po files for seven languages.
159
+  Translation files are welcome.
160
+* Category management added to dashboard
161
+* Some improvements to how group/variant products are handled
162
+* Improved installation process using makefile
163
+
164
+Migrations
165
+~~~~~~~~~~
166
+
167
+There are 3 new migrations in the catalogue app.  If you have a local version,
168
+you will need to run::
169
+
170
+    ./manage.py schemamigration catalogue --auto
171
+
172
+to pick up the changes in Oscar's catalogue app.
173
+
174
+Breaking changes
175
+~~~~~~~~~~~~~~~~
176
+
177
+A new setting ``OSCAR_MAIN_TEMPLATE_DIR`` has been introduced
178
+as the template structure has been altered.  This requires your
179
+``TEMPLATE_DIRS`` setting to be altered to include this folder, eg::
180
+
181
+    from oscar import OSCAR_MAIN_TEMPLATE_DIR
182
+    TEMPLATE_DIRS = (
183
+        location('templates'),
184
+        OSCAR_MAIN_TEMPLATE_DIR
185
+    )
186
+
187
+If you want to extend one of Oscar's templates, then use::
188
+
189
+    # base.html
190
+    {% extends 'oscar/base.html' %}
191
+
192
+instead of::
193
+
194
+    # base.html
195
+    {% extends 'templates/base.html' %}
196
+
197
+0.2.2 - 13 July 2012
198
+~~~~~~~~~~~~~~~~~~~~
199
+
200
+Fixes a bug with applying absolute-discount benefits
201
+
202
+
203
+0.2.1 - 09 July 2012
204
+--------------------
205
+
206
+Mainly small bug-fixes to templates and javascript.  
207
+
208
+0.2 - 01 June 2012
209
+------------------
210
+
211
+Many components have been rewritten since 0.1 - Oscar is much more of a complete
212
+package now.  New features include:
213
+
214
+* Dashboard for managing catalogue, offers, stock, vouchers and more.  This includes
215
+  statistics pages to track performance.
216
+
217
+* Sample templates, CSS and JS to get a shop up and running in a minutes.  
218
+
219
+* Updated documentation.
220
+
221
+* Reworking of shipping methods.
222
+
223
+* Automatic up-selling on the basket page.  We now inform the user if they
224
+  partially qualify for an offer.
225
+
226
+The documentation still needs more work which we'll do over the next week or
227
+two.
228
+
229
+0.1
230
+---
231
+
232
+* Initial release - used in production by two major applications at Tangent but
233
+  still quite rough around the edges.  Many features were implemented directly
234
+  in the applications rather than using a feature from oscar.
235
+
236
+* Docs are a bit stale and need updating in 0.2
237
+
238
+

+ 158
- 0
docs/source/releases/v0.4.x.rst 파일 보기

@@ -0,0 +1,158 @@
1
+==========================
2
+Oscar 0.4.11 release notes
3
+==========================
4
+
5
+:release: 2013-08-08
6
+
7
+Add extra blocks to order dashboard template.
8
+
9
+
10
+==========================
11
+Oscar 0.4.10 release notes
12
+==========================
13
+
14
+:release: 2013-07-03
15
+
16
+Extend range of bankcard expiry month field.
17
+
18
+
19
+=========================
20
+Oscar 0.4.9 release notes
21
+=========================
22
+
23
+:release: 2013-04-17
24
+
25
+Make ``AbstractStockRecord`` abstract (`#645`)
26
+
27
+.. _`#645`: https://github.com/django-oscar/django-oscar/pull/645
28
+
29
+
30
+=========================
31
+Oscar 0.4.8 release notes
32
+=========================
33
+
34
+:release: 2013-04-08
35
+
36
+Fix bug with order dashboard line editing (`#622`_)
37
+
38
+.. _`#622`: https://github.com/django-oscar/django-oscar/pull/622
39
+
40
+
41
+=========================
42
+Oscar 0.4.7 release notes
43
+=========================
44
+
45
+:release: 2013-03-20
46
+
47
+Fix bug with order dashboard searching (`#587`_)
48
+
49
+.. _`#587`: https://github.com/django-oscar/django-oscar/pull/587
50
+
51
+
52
+=========================
53
+Oscar 0.4.6 release notes
54
+=========================
55
+
56
+:release: 2013-03-05
57
+
58
+Fix dependencies in ``setup.py``
59
+
60
+
61
+=========================
62
+Oscar 0.4.5 release notes
63
+=========================
64
+
65
+:release: 2013-01-25
66
+
67
+
68
+Extend ``get_class`` to support loading from non-Oscar packages
69
+
70
+
71
+=========================
72
+Oscar 0.4.4 release notes
73
+=========================
74
+
75
+:release: 2013-01-16
76
+
77
+Correct django-haystack in setup.py
78
+
79
+
80
+=========================
81
+Oscar 0.4.3 release notes
82
+=========================
83
+
84
+:release: 2013-01-16
85
+
86
+Pin django-haystack version as backwards-incompatiable changes are happening
87
+
88
+
89
+=========================
90
+Oscar 0.4.2 release notes
91
+=========================
92
+
93
+:release: 2012-12-14
94
+
95
+Nano-release to fix logout redirect bug
96
+
97
+
98
+=========================
99
+Oscar 0.4.1 release notes
100
+=========================
101
+
102
+:release: 2012-12-06
103
+
104
+Nano-release to bump dependency versions.
105
+
106
+
107
+=========================
108
+Oscar 0.4.0 release notes
109
+=========================
110
+
111
+:release: 2012-10-19
112
+
113
+Quite a big release this one.  Several new features have been added since the
114
+0.3 release series:
115
+
116
+* Better support for digital products.  Additional fields added to product class
117
+  model.
118
+* HTML editing within the dashboard
119
+* A new email dashboard
120
+* Major refactor of the offers module and test suite  
121
+* Product stock alerts: customers can request an alert when when a product comes
122
+  back into stock
123
+* Customer notifications: an API and inbox for sending users notifications
124
+
125
+Upgrading
126
+~~~~~~~~~
127
+
128
+Four apps have new migrations.  If you subclass these apps in your project, you
129
+will need to create a new schema migration for each to pick up the upstream
130
+changes.
131
+
132
+* Basket: 
133
+  
134
+  - A ``price_excl_tax`` has been added to ``basket.Line``.  This is
135
+    useful for applications that use dynamic pricing where both the price with and
136
+    without tax needs to be stored. 
137
+
138
+* Catalogue:
139
+
140
+  - A ``requires_shipping`` field has been added to ``catalogue.ProductClass``
141
+    to facilitate better support for digital products (that don't require
142
+    shipping).
143
+
144
+  - The ``code`` field of ``catalogue.Option`` now has a unique index.
145
+
146
+* Customer: 
147
+
148
+  - New models for stock alerts and notifications
149
+  - The ``email_subject_template`` field from
150
+    ``customer.CommunicationEventType`` is now nullable.
151
+
152
+* Order:
153
+
154
+  - An ``offer_name`` field has been added to ``order.OrderDiscount`` so retain
155
+    audit information on discounts after offers are deleted.
156
+
157
+Please ask on the mailing list if any other problems are encountered.
158
+

Loading…
취소
저장