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 b8547e4a6f Update ImageInput to use built-in template rendering and add tests for the widget. 8 years ago
..
address Distinguish active address fields definition and address hash generation in order to avoid hashing breaking when active address fields property is customized. 8 years ago
basket Remove MiddlewareMixin from BasketMiddleware. 8 years ago
catalogue Refactor NullCharField to work with Django 2. 8 years ago
checkout Drop support below Django 1.11 8 years ago
core Add tests specifically for NullCharField. 8 years ago
customer Add some tests for core.application and customer.utils. 8 years ago
dashboard Log invalid URL names in dashboard nav access function. 8 years ago
forms Update ImageInput to use built-in template rendering and add tests for the widget. 8 years ago
offer Drop support below Django 1.11 8 years ago
order Do not perform stock allocation manipulations on non-stock-tracked products (#2567) 8 years ago
partner Fix StockRecord.can_track_allocations for child products. 8 years ago
payment Rename test file to match module tested. 9 years ago
search Merge tests.integration with tests.unit 9 years ago
shipping Rename test file to match module tested. 9 years ago
templatetags Replace deprecated assertEquals with assertEqual in tests. 8 years ago
voucher Rename test file to match module tested. 9 years ago
__init__.py Add integration test for currency templatetag 13 years ago
test_auth.py Rename all tests files from *_tests.py to test_*.py 9 years ago
test_hidden_features.py Drop support below Django 1.11 8 years ago
test_logging.py Merge tests.integration with tests.unit 9 years ago
test_migrations.py Rename all tests files from *_tests.py to test_*.py 9 years ago
test_promotion.py Merge tests.integration with tests.unit 9 years ago
test_settings.py Don't use django.template.Context for template rendering 8 years ago
test_wishlist.py Merge tests.integration with tests.unit 9 years ago