65 коммитов (de0146e8dd6780cae4e551f8379dc5941b606308)

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