samitnuk
2af6753c67
Add a new Communication app that manages all of Oscar's communications.
8 gadus atpakaļ
Samir Shah
8a3288da43
Drop support below Django 1.11
8 gadus atpakaļ
Michael van Tellingen
28ea962ab6
Rename all tests files from *_tests.py to test_*.py
Better to use filenames which are commonly used in the python word then
custom ones.
9 gadus atpakaļ
Michael van Tellingen
8c32aaf3d9
Replace last occurences of django-dynamic-fixture with factory-boy
10 gadus atpakaļ
Vladimir Bolshakov
b93fcf745f
Code of communication event type generated with uppercased letters and
underscore as separator.
Changed setup of functional test in dashboard/communication to be passed
with code populated from name.
11 gadus atpakaļ
Xavier Ordoquy
f65c7f994f
Cast response content to string.
12 gadus atpakaļ
Maik Hoepfel
8f9d5db31f
Move django-oscar-testsupport into oscar.test
This allows updating code in both places, if necessary. Getting Django
1.5 support would be painful otherwise. This also removes the circular
dependency of django-oscar-testsupport on Oscar.
The requirements were merged. The imports were updated
accordingly. Unused imports in the touched files were removed. No
further changes.
12 gadus atpakaļ
chenull
4289f882b5
Support Django's 1.5 AUTH_USER_MODEL feature
13 gadus atpakaļ
David Winterbottom
0dc6816a93
Extract functionality from oscar.test into separate package
Fixes #376
13 gadus atpakaļ
David Winterbottom
ba59c01467
Add email dashboard
This allows admins to:
* Preview emails in the dashboard
* Send preview emails
* Save emails
Fixes #359
13 gadus atpakaļ