You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Samir Shah a9136ecf55
Merge branch 'master' into fix/issue/3075
6 lat temu
..
address Remove u prefix from all Python strings. 7 lat temu
basket enforce max_affected_items during offer application (#2970) 6 lat temu
catalogue refactor ProductQuerySet.base_queryset to use Exists instead of Count to check product has options 6 lat temu
checkout Drop mock in favour of unittest.mock 7 lat temu
core Simplify AppConfig when forking 6 lat temu
customer Fix normalise_email to handle email addresses with multiple @ symbols 7 lat temu
dashboard Catch NoReverseMatch exceptions in default_access_fn, and log a deprecation warning. 6 lat temu
forms Remove u prefix from all Python strings. 7 lat temu
offer enforce max_affected_items during offer application (#2970) 6 lat temu
order Fix order and line pipelines in tests (#3092) 6 lat temu
partner Drop mock in favour of unittest.mock 7 lat temu
payment Rename test file to match module tested. 9 lat temu
search Replace calls to ugettext with gettext. 7 lat temu
shipping Fix flake8 warnings introduced in flake8 3.6.0 7 lat temu
templatetags Configurable thumbnail backends. (#2621) 6 lat temu
voucher issue-id=2843 Add functionality to check if a voucher is available for a basket or not. 7 lat temu
__init__.py Add integration test for currency templatetag 13 lat temu
test_auth.py Rename all tests files from *_tests.py to test_*.py 9 lat temu
test_hidden_features.py Replace calls to super(ClassName, self) with super(). 7 lat temu
test_logging.py Merge tests.integration with tests.unit 9 lat temu
test_migrations.py Remove all uses of six. 7 lat temu
test_settings.py Remove hacky setting `OSCAR_MAIN_TEMPLATE_DIR` completely. 6 lat temu
test_wishlist.py Merge tests.integration with tests.unit 9 lat temu