Joseph Wayodi
004d7ac808
Improve voucher creation in dashboard
- allow creation of offers of all types
- allow creation of vouchers with multiple offers
- allow creation of voucher sets of all usages, and with multiple offers
пре 4 година
Samir Shah
4bdf5df9b1
Port all core templates and styles to Bootstrap 4.
Co-authored-by: Basil Dubyk <samitnuk.work@gmail.com >
Co-authored-by: Alexander Gaevsky <sasha@sasha0.ru >
Co-authored-by: Joseph Wayodi <jwayodi@gmail.com >
пре 5 година
Samir Shah
3f67ce9b76
Apply isort fixes on the whole project.
пре 6 година
Samir Shah
e2bed3fd95
Remove u prefix from all Python strings.
пре 7 година
Samir Shah
2fa0e3b01c
Add support for Django 2.
The blocking dependency (Haystack) now supports Django 2.
пре 7 година
Samir Shah
1651bf230f
Upgrade select2 to v4.0, and refactor RemoteSelect widget to work with it.
пре 8 година
Samir Shah
b8547e4a6f
Update ImageInput to use built-in template rendering and add tests for the widget.
пре 8 година
Samir Shah
cccd9b43da
Update date/time picker widgets to use template-based rendering.
пре 8 година
Samir Shah
63e20856a1
Fix rendering of options in AdvancedSelect widget for Django > 1.11. (#2533)
Fixes #2526 .
пре 8 година
Samir Shah
96b390e9c7
Revert "Skip some widget tests on Python 2 due to a bug in Django."
This reverts commit 9f74ef94e7 . The related bug was fixed in Django 1.11.4
пре 8 година
Samir Shah
9f74ef94e7
Skip some widget tests on Python 2 due to a bug in Django.
пре 8 година
Samir Shah
9cad0d3437
Fix handling of unicode formats in Oscar's date/time/datetime widgets.
Also remove some Django 1.6 compatibility code.
Fixes #2176 .
пре 8 година
Samir Shah
1a2e827916
Remove the verify_exists argument from ExtendedUrlField
This was removed from the parent class way back in Django 1.4, and was
not being used at all here. It existed only for backwards compatibility.
пре 8 година
Michael van Tellingen
0ebe344a27
Merge tests.integration with tests.unit
The idea of splitting integration from unittests is good in theory
but leads to a lot of mental overhead. Besides whenever a tests
interacts with a database it isn't a unittest anyway.
пре 9 година
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 година
David Winterbottom
1b5adc86d1
Add integration test for ExtendedURLField
пре 13 година