From #1435: CommunicationEventType.category is used also to "detect" order-related emails, in which case when previewing that email Oscar will put a user-supplied order in the context for the email template. This doesn't always work because the string that's saved in category is localized. Using choices remedies the problem. I don't think this feature is commonly used, so no attempt at backwards-compatibility for non-English setups is made. South doesn't create a migration for this change. Fixes #1435.master
|
||
484 | 484 |
|
485 | 485 |
|
486 | 486 |
|
487 |
|
|
488 |
|
|
489 |
|
|
490 |
|
|
491 |
|
|
492 |
|
|
487 | 493 |
|
488 | 494 |
|
489 | 495 |
|
|
||
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
152 |
|
|
153 |
|
|
154 |
|
|
155 |
|
|
152 |
|
|
153 |
|
|
154 |
|
|
155 |
|
|
156 |
|
|
157 |
|
|
158 |
|
|
159 |
|
|
160 |
|
|
161 |
|
|
162 |
|
|
156 | 163 |
|
157 | 164 |
|
158 | 165 |
|
|
||
1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
|