Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Viggo de Vries c7d5676354
Django 4.2, Python 3.11 (#4098)
2 лет назад
..
address Add `search_fields` to `AbstractAddress` model 3 лет назад
basket Django 4.2, Python 3.11 (#4098) 2 лет назад
catalogue When there are product discountable true and variant discountable false in cart in the same time, discount is calculated for variant which is incorrect. (#4102) 2 лет назад
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. 6 лет назад
core Django 4.2, Python 3.11 (#4098) 2 лет назад
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 When there are product discountable true and variant discountable false in cart in the same time, discount is calculated for variant which is incorrect. (#4102) 2 лет назад
order Django 4.2, Python 3.11 (#4098) 2 лет назад
partner Prevent unnecessary database query in UseFirstStockRecord strategy when passed an annotated product. 3 лет назад
payment Fix time-dependent tests. 6 лет назад
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. 6 лет назад
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 9 лет назад
test_migrations.py Remove all uses of six. 7 лет назад
test_settings.py Add Oscar apps to `INSTALLED_APPS` as recommended by Django 6 лет назад
test_wishlist.py Implement shareable wishlists (#3905) 3 лет назад