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.
Voxin Muyli 993e8a6cb6
Specify translation context, so the value can be easily changed in a … (#4012)
2 years ago
..
address Add `search_fields` to `AbstractAddress` model 3 years ago
basket docs: Fix a few typos (#3977) 3 years ago
catalogue Specify translation context, so the value can be easily changed in a … (#4012) 2 years ago
checkout Make fixes for deprecations in Django 3.2 and Python 4 years ago
communication Add a new Communication app that manages all of Oscar's communications. 5 years ago
core Update isort configuration, and fix imports that are not at the top of modules. 5 years ago
customer Move customer.history functions into a dynamically loaded, overridable class (#3677) 4 years ago
dashboard Fix that the condition form required a range when choosing a custom condition (#3886) 3 years ago
forms Improve voucher creation in dashboard 4 years ago
management_commands Add tests for "oscar_fork_statics" management command 4 years ago
offer Implement a much more efficient approach to range queries. (#3831) 3 years ago
order Add new feature Surcharges. 5 years ago
partner Prevent unnecessary database query in UseFirstStockRecord strategy when passed an annotated product. 3 years ago
payment Fix time-dependent tests. 5 years ago
search Drop support for Django 2.2 and Python 3.6 4 years ago
shipping Remove/rename several deprecated model fields from order and partner apps. 5 years ago
templatetags Add a new Communication app that manages all of Oscar's communications. 5 years ago
voucher Improve voucher creation in dashboard 4 years ago
__init__.py Add integration test for currency templatetag 13 years ago
test_auth.py Apply isort fixes on the whole project. 6 years ago
test_hidden_features.py Replace calls to super(ClassName, self) with super(). 7 years ago
test_logging.py Merge tests.integration with tests.unit 8 years ago
test_migrations.py Remove all uses of six. 7 years ago
test_settings.py Add Oscar apps to `INSTALLED_APPS` as recommended by Django 5 years ago
test_wishlist.py Implement shareable wishlists (#3905) 3 years ago