Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Samir Shah a9136ecf55
Merge branch 'master' into fix/issue/3075
6 лет назад
..
address Remove u prefix from all Python strings. 7 лет назад
basket enforce max_affected_items during offer application (#2970) 6 лет назад
catalogue refactor ProductQuerySet.base_queryset to use Exists instead of Count to check product has options 6 лет назад
checkout Drop mock in favour of unittest.mock 7 лет назад
core Simplify AppConfig when forking 6 лет назад
customer Fix normalise_email to handle email addresses with multiple @ symbols 7 лет назад
dashboard Catch NoReverseMatch exceptions in default_access_fn, and log a deprecation warning. 6 лет назад
forms Remove u prefix from all Python strings. 7 лет назад
offer enforce max_affected_items during offer application (#2970) 6 лет назад
order Fix order and line pipelines in tests (#3092) 6 лет назад
partner Drop mock in favour of unittest.mock 7 лет назад
payment Rename test file to match module tested. 9 лет назад
search Replace calls to ugettext with gettext. 7 лет назад
shipping Fix flake8 warnings introduced in flake8 3.6.0 7 лет назад
templatetags Configurable thumbnail backends. (#2621) 6 лет назад
voucher issue-id=2843 Add functionality to check if a voucher is available for a basket or not. 7 лет назад
__init__.py Add integration test for currency templatetag 13 лет назад
test_auth.py Rename all tests files from *_tests.py to test_*.py 9 лет назад
test_hidden_features.py Replace calls to super(ClassName, self) with super(). 7 лет назад
test_logging.py Merge tests.integration with tests.unit 9 лет назад
test_migrations.py Remove all uses of six. 7 лет назад
test_settings.py Remove hacky setting `OSCAR_MAIN_TEMPLATE_DIR` completely. 6 лет назад
test_wishlist.py Merge tests.integration with tests.unit 9 лет назад