41 коммитов (df36aa3b9fbfd0a1872c78ea2e9dbce5fde183cf)

Автор SHA1 Сообщение Дата
  Joseph Wayodi 6a04a96ee3 Check checkout-view skip conditions before pre conditions 4 лет назад
  Samir Shah 76aeb45bdb Fixes for deprecations in Django 3.2: 4 лет назад
  Joseph Wayodi d0796cdc2b Fix checkout.ThankYouView.get_object to never raise DoesNotExist error 5 лет назад
  Alexander Gaevsky 31c935cf1d
Change checkout thank you view to redirect to the homepage if order not found in the session. (#3506) 5 лет назад
  Samir Shah d5d5c9d6fc Remove/rename several deprecated model fields from order and partner apps. 6 лет назад
  Samir Shah 2f9b52f58f Restore basket if order placement fails for any reason. 5 лет назад
  Samir Shah 93e7e66c2b Add support for Django 3, drop support for Django 1.11 6 лет назад
  samitnuk 2af6753c67 Add a new Communication app that manages all of Oscar's communications. 8 лет назад
  Samir Shah 3f67ce9b76 Apply isort fixes on the whole project. 6 лет назад
  Aliaksei Urbanski ed8f9f1206 Make OrderPlacementMixin more customizable (#2732) 7 лет назад
  Samir Shah a7edc8ba2f Drop mock in favour of unittest.mock 7 лет назад
  Samir Shah 13e2ed127c Remove all uses of six. 7 лет назад
  Samir Shah 8560a90490 Replace calls to super(ClassName, self) with super(). 7 лет назад
  Samir Shah ec3791c371 Remove py2-specific imports, tests and code branches. 7 лет назад
  Samir Shah 8a3288da43 Drop support below Django 1.11 8 лет назад
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 9 лет назад
  Michael van Tellingen aafcc8a901
flake8 9 лет назад
  Pete Graham d5d0c4059e Modify assert technique so test passes 9 лет назад
  Michael van Tellingen c030a13359
Fix failing unittests 9 лет назад
  Michael van Tellingen 93d0fe8325 Add `clear_url_caches()` to reload_url_conf() in the functional test 10 лет назад
  Michael van Tellingen 63d6547e98 Various import fixes which were removed in Django 1.9 10 лет назад
  Alexander Gaevsky d3b24ed908 Fix shipping method validation test due since now it's been done without redirection 10 лет назад
  Michael van Tellingen 174d4dcd67 Consolidate `oscar.test.factories` imports in the test modules 10 лет назад
  Michael van Tellingen 6fad63a4d0 Split oscar.test.newfactories in multiple modules 10 лет назад
  Michael van Tellingen 14cf5f3703 PEP8 fixes 11 лет назад
  Marco Badan 0637b55bcd Improve test coverage in checkout views 11 лет назад
  Marco Badan a0ce8f22dc Update and extend checkout tests 11 лет назад
  Maik Hoepfel 09f66c35ea Remove duplicate assertRedirectsToUrlName test helper 11 лет назад
  David Winterbottom 2cb9231f23 Fix bug in checkout for buying digital goods 11 лет назад
  David Winterbottom f086672ed2 Correct guest checkout test assertion 11 лет назад
  Maik Hoepfel 2f2ebe5ca3 Checkout: Skip payment if order total is zero 11 лет назад
  David Winterbottom 478fa0adf5 Ensure HTML IDs use underscores not hyphens 12 лет назад
  David Winterbottom 21d73a1a96 Rewrite checkout functional tests 12 лет назад
  David Winterbottom 466765ed01 Checkout house-keeping 12 лет назад
  David Winterbottom f013cddd68 Remove can_basket_be_submitted method 12 лет назад
  David Winterbottom 07da76956e Add tests for checkout payment details view pre-conditions 12 лет назад
  David Winterbottom fe0b9ab02f Add tests for checkout payment method view pre-conditions 12 лет назад
  David Winterbottom 96c94ea8ad Extract core events into mixin to clean up tests 12 лет назад
  David Winterbottom 9f69bf3c6e Add tests for checkout shipping methods view pre-conditions 12 лет назад
  David Winterbottom 5dc3d81dde Add tests for checkout shipping address view pre-conditions 12 лет назад