61 Commity (d2da32072c700fbd71e58dfec2f1044a458f27df)

Autor SHA1 Wiadomość Data
  Alexander Gaevsky 6d889dd60a Configurable thumbnail backends. (#2621) 6 lat temu
  Joseph Wayodi fbf8bac4c5 Merge Oscar and Django configs 7 lat temu
  Samir Shah a7edc8ba2f Drop mock in favour of unittest.mock 7 lat temu
  Samir Shah 1c28cbadf8 Add some tests for core.application and customer.utils. 8 lat temu
  Michael van Tellingen 0ebe344a27 Merge tests.integration with tests.unit 9 lat temu
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 9 lat temu
  Michael van Tellingen 8266000b8e Use the django-phonenumber-field module instead of our own 9 lat temu
  Michael van Tellingen c06483f5ab Fix customisation tests by going full pytest 9 lat temu
  Alexander Gaevsky 0425036905 Add test to verify that base dashboard app config inherited properly. 9 lat temu
  Michael van Tellingen caba5037c0 Open files with the context manager to close them properly 9 lat temu
  Michael van Tellingen aafcc8a901
flake8 9 lat temu
  Alexander Gaevsky 8495953323 Fix UnicodeCSVWriter __enter__ method, breaking class usage as context manager, added test. 9 lat temu
  Victor Munene 87746b6662 allow get_class to work with modules that aren't in oscar's core 9 lat temu
  Alexander Gaevsky 051c9770eb Add setting to allow SlugField and AutoSlugField accept unicode and automatically generate unicode-containing slugs. 10 lat temu
  Anentropic 992198eca7 tests for deprecated decorator 10 lat temu
  Michael van Tellingen a421475b2b Simplify the test for the @python_2_unicode_compatible 10 lat temu
  Michael van Tellingen 63d6547e98 Various import fixes which were removed in Django 1.9 10 lat temu
  John Parton 541075fe0d Replace assert statements with appropriate assert* method. 10 lat temu
  Maik Hoepfel e0e6fb1eeb Remove further Django 1.6 code paths 11 lat temu
  Maik Hoepfel 252ec83289 Drop South usage and references 11 lat temu
  Bart d42a6df69f Fix existing_user_fields ordering 11 lat temu
  Michael van Tellingen 55fb961011 Update all ModelForm’s to specify Meta.fields 11 lat temu
  Maik Hoepfel 7b31081ec5 Simplify and increase test coverage for PhoneNumberField 11 lat temu
  David Winterbottom a9c3c38802 Extend oscar_fork_app command to handle dashboard apps 11 lat temu
  Maik Hoepfel 634909aa9f Remove dependency on six library 11 lat temu
  Maik Hoepfel 40f7214bbb Fix Django 1.7 regressions when moving receivers 11 lat temu
  Maik Hoepfel 86396f9ec3 Polish for Price.__eq__ changes 11 lat temu
  Johannes Schneider 0731bc43f7 Add __eq__ method to Price class 11 lat temu
  Maik Hoepfel 8199da2100 Test and handle text representations of models 11 lat temu
  Maik Hoepfel 1b55068fe3 Handle app configs in oscar_fork_app command 11 lat temu
  Maik Hoepfel af88b28853 Add test to check for missing app labels 11 lat temu
  Maik Hoepfel 3e955df30e fork_app now copies both migrations directories 11 lat temu
  Maik Hoepfel 3c6bb0c72b Class loading test: Replace catalogue app instead of adding 11 lat temu
  Michael van Tellingen e281b61254 Fix AutoSlugFieldTest.test_17_migration test 11 lat temu
  Maik Hoepfel 7432cf2914 Skip South migration tests in Django 1.7 11 lat temu
  Maik Hoepfel 8b610f66cd Add support for methods on User model when checking permissions 11 lat temu
  David Winterbottom 158db59568 Adjust price object to allow tax to be set later 11 lat temu
  Maik Hoepfel f7e8a431b7 Python 3 fix for filter() 11 lat temu
  Maik Hoepfel 76c7dac599 OSCAR_SLUG_FUNCTION: Support string notation to set slugifier 12 lat temu
  Maik Hoepfel d9bb2b4ca7 fork_app command: Handle apps without models.py 11 lat temu
  Maik Hoepfel 000df2c90a fork_app command: Also create admin.py 11 lat temu
  David Winterbottom baea09f7ed Add management command for forking an app 11 lat temu
  Maik Hoepfel f9b2f8cd60 Add unit test for duplicate migration numbers 11 lat temu
  Maik Hoepfel 76e5691846 Add test for overriding views without overriding app 11 lat temu
  Maik Hoepfel ad6b5d3530 Replace CsvUnicodeWriter with Python 3 compatible UnicodeCSVWriter 11 lat temu
  Maik Hoepfel f1c1da93ff Minor test suite fixes for Python 3 compatibility 12 lat temu
  Vladimir Bolshakov b5432c6f78 Added uppercase option to AutoSlugField. 12 lat temu
  Maik Hoepfel 379d825bbe Add tests for AutoSlugField 12 lat temu
  Maik Hoepfel ca847aea1d Add test for hardcoded user model in migrations 12 lat temu
  Maik Hoepfel e413f858f6 Switch to Oscar's get_model function 12 lat temu