您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Joey 4d289423be
Fix that the condition form required a range when choosing a custom condition (#3886)
3 年前
..
address Add `search_fields` to `AbstractAddress` model 3 年前
basket Predefined product options (#3795) 3 年前
catalogue Use full_clean() to check the validation. 3 年前
checkout Make fixes for deprecations in Django 3.2 and Python 4 年前
communication Add a new Communication app that manages all of Oscar's communications. 5 年前
core Update isort configuration, and fix imports that are not at the top of modules. 5 年前
customer Move customer.history functions into a dynamically loaded, overridable class (#3677) 4 年前
dashboard Fix that the condition form required a range when choosing a custom condition (#3886) 3 年前
forms Improve voucher creation in dashboard 4 年前
management_commands Add tests for "oscar_fork_statics" management command 4 年前
offer Implement a much more efficient approach to range queries. (#3831) 3 年前
order Add new feature Surcharges. 5 年前
partner Prevent unnecessary database query in UseFirstStockRecord strategy when passed an annotated product. 3 年前
payment Fix time-dependent tests. 5 年前
search Drop support for Django 2.2 and Python 3.6 4 年前
shipping Remove/rename several deprecated model fields from order and partner apps. 5 年前
templatetags Add a new Communication app that manages all of Oscar's communications. 5 年前
voucher Improve voucher creation in dashboard 4 年前
__init__.py Add integration test for currency templatetag 13 年前
test_auth.py Apply isort fixes on the whole project. 6 年前
test_hidden_features.py Replace calls to super(ClassName, self) with super(). 7 年前
test_logging.py Merge tests.integration with tests.unit 8 年前
test_migrations.py Remove all uses of six. 7 年前
test_settings.py Add Oscar apps to `INSTALLED_APPS` as recommended by Django 5 年前
test_wishlist.py Merge tests.integration with tests.unit 8 年前