251 Commits (52e440d448402600a7fafd4e3b264826efdf721c)

Author SHA1 Message Date
  Michael van Tellingen 1ba28fda59
Fix tests 9 years ago
  Michael van Tellingen aafcc8a901
flake8 9 years ago
  Alexander Gaevsky 264ea574b3 Fix re-add of removed product from product range. 9 years ago
  Michael Kutý 5974e5a151 Use empty message instead None. 9 years ago
  Michael Kutý f959d50293 Fix tests. 9 years ago
  Michael Kutý 11aab47e3c Add tests for sending messages to emails without account. 9 years ago
  Alexander Gaevsky 9266927bf2 Add tests for order creator to make sure site parameter respected. 9 years ago
  Samir Shah ced85716fb Change the default argument of ProductReview.status to a callable. 9 years ago
  Alexander Gaevsky df3fec5706 Fix basket quantity threshold for the updated basket line quantity. 9 years ago
  Alexander Gaevsky 1c54fff739
Fix approved product review queryset (#1920) 10 years ago
  Michael van Tellingen bc893aa92a
Add unittest for testing migrations (from wagtail) 9 years ago
  Michael van Tellingen c030a13359
Fix failing unittests 9 years ago
  Martijn Jacobs 3b6bbd4b55 Added tests for the basketline formset to make sure the queryset is ordered 9 years ago
  Alexander Gaevsky 051c9770eb Add setting to allow SlugField and AutoSlugField accept unicode and automatically generate unicode-containing slugs. 10 years ago
  Craig Weber 1234497f61 Prevent trying to save a negative quantity to a Basket 10 years ago
  Alexander Gaevsky cf91f8b859 Allow to re-order range products only if they were explicitly added, but as category product, etc 10 years ago
  Alexander Gaevsky f18727c4cf Fix product not being excluded after removal from range, if it has category which was included to this range as well 10 years ago
  Alexander Gaevsky defab255e1 Fix product duplication in range when product has multiple categories assigned 10 years ago
  Michael van Tellingen afc9abfcaf Add unittest for User.migrate_alerts_to_user() 10 years ago
  Diederik van der Boor 9bf27f0099 Fix errors with shipping discounts on free weightbased shipping. 10 years ago
  Diederik van der Boor 9ee04e5d27 Weigh the basket using decimals, avoid float rounding issues 10 years ago
  Michael van Tellingen ecfdfbffd6 Various small fixes for Django 1.9 10 years ago
  Matthew Wilkes c16b0fd64c Trigger product unavailable warning message using availability policy rather than reproducing the stockrecord check, to allow for greater extensibility. 10 years ago
  Matthew Wilkes 19910c4e4c When calculating basket totals, exclude line items is products with an unknown price that are not available for purchase. 10 years ago
  John Parton 94a9bf9ae5 Use text_type for Python 3 compat. 10 years ago
  John Parton 541075fe0d Replace assert statements with appropriate assert* method. 10 years ago
  John Parton 510127a729 Alphabetize imports. 10 years ago
  John Parton 1475a740f1 Use translation.override as a context manager instead of a decorator. 10 years ago
  John Parton f4d92d260c Fall back to Django 1.7 behavior for currency_filter. Fixes an AttributeError when there is no active translation. 10 years ago
  Alexander Gaevsky 450d47bd10 fixes for applying discount to weight based shipping method 10 years ago
  Alexander Gaevsky 970b48e027 added integration test when shipping discount applied to weight based shipping 10 years ago
  Michael van Tellingen 174d4dcd67 Consolidate `oscar.test.factories` imports in the test modules 10 years ago
  Michael van Tellingen 6fad63a4d0 Split oscar.test.newfactories in multiple modules 10 years ago
  Michael van Tellingen d2aa734e85 Move the TestOrderSearch to the functional tests directory. 10 years ago
  Michael van Tellingen 8c47b71cdf Simplify the dashboard order search testcase 10 years ago
  Will Daly ec883eed71 Add a toggle for showing / hiding filters used in order search on the dashboard. 11 years ago
  John Parton 5b2b50e112 Allow for children to be explicitly included in ranges. 11 years ago
  Michael van Tellingen 8c32aaf3d9 Replace last occurences of django-dynamic-fixture with factory-boy 10 years ago
  Michael van Tellingen 5c4591fa75 Update tests to stop using nose specific functions 10 years ago
  Michael van Tellingen 1c76fb9e85 Fix order and offer report generators when no start/end dates are given. 10 years ago
  Michael van Tellingen d23d9a20dc Add regression test for the `unlink_user` fix 10 years ago
  Michael van Tellingen c6e78852be Add tests for `basket.VoucherAddView` and `basket.VoucherRemoveView` 10 years ago
  Maik Hoepfel 821d77eca8 Remove barely used test case 11 years ago
  Maik Hoepfel b68c0e2964 Fix ValueError in tests when assigning unsaved instance 11 years ago
  Michael van Tellingen 649e40c789 Add missing __init__ in tests.integration.core 11 years ago
  Michael van Tellingen 28186aab1d Add tests for saving category instances 11 years ago
  Michael van Tellingen 0c1f55e167 [Backport] Fix inconsistent Order.shipping_status 11 years ago
  Michael van Tellingen 4ac7e830bf Fix inconsistent Order.shipping_status 11 years ago
  Markus Bertheau b8f68f1312 Unify to (basket, user=None, request=None) argument order in Applicator 11 years ago
  Markus Bertheau 9337673f74 Remove unused import 11 years ago