45 Commits (044509e82ee44d2ccd2223ebe0b1385d82ae2f56)

Author SHA1 Message Date
  Samir Shah 9766eb07d4 Update isort configuration, and fix imports that are not at the top of modules. 5 years ago
  Joseph Wayodi 628bd1e108 Add "default_app_config" when forking app 5 years ago
  Samir Shah 52480d98d1 Remove UnicodeCSVReader and a few other Python 2 compatibility shims. 5 years ago
  Samir Shah 93e7e66c2b Add support for Django 3, drop support for Django 1.11 5 years ago
  Basil Dubyk 62998f2c09 Add Oscar apps to `INSTALLED_APPS` as recommended by Django 6 years ago
  Samir Shah 3f67ce9b76 Apply isort fixes on the whole project. 6 years ago
  Anthony Ricaud d6694b7c87 Simplify AppConfig when forking 6 years ago
  Alexander Gaevsky 996739e662 Add test for app forking from current folder, refs PR #2995. 6 years ago
  Alexander Gaevsky 33389268a4 Add test for app forking with absolute target path, refs PR #2995. 6 years ago
  Alexander Gaevsky 43cb0b7da7 Implement test for forking third party application, which has Oscar-compatible app config. 6 years ago
  Joseph Wayodi fbf8bac4c5 Merge Oscar and Django configs 7 years ago
  Alexander Gaevsky 7244e7b4cd Update tests. 7 years ago
  Samir Shah 3672aba818 Drop backward compatibility for dynamic loading of moved formset classes. 7 years ago
  Samir Shah 349ae18be2 Reduce maximum line length in flake8 config to 119 characters. 7 years ago
  Samir Shah 426cb902d3 Remove various deprecated utilities, methods and classes. 7 years ago
  Craig Loftus eba482ed44 Drop unidecode and replace with cautious_slugify from Wagtail 7 years ago
  Samir Shah 13e2ed127c Remove all uses of six. 7 years ago
  Samir Shah 8560a90490 Replace calls to super(ClassName, self) with super(). 7 years ago
  Samir Shah ec3791c371 Remove py2-specific imports, tests and code branches. 7 years ago
  Samir Shah e2bed3fd95 Remove u prefix from all Python strings. 7 years ago
  Samir Shah 721fa6475f Fix validation of required phone_number field in PhoneNumberMixin. 7 years ago
  Samir Shah 8b9729a86d Add a setting to allow overriding Oscar's dynamic class loader. 7 years ago
  Samir Shah d1ce9eae0c Simplify and deprecate oscar.views.decorators.staff_member_required. 7 years ago
  Samir Shah ceb900b9bf Fix function signatures for Oscar's handler404 and handler403. 7 years ago
  Samir Shah 762aace429 Add tests specifically for NullCharField. 8 years ago
  Samir Shah e67b2deb4b Remove MiddlewareMixin from BasketMiddleware. 7 years ago
  Samir Shah efadbba476 Remove Django<1.11 compatibility shims for password validation and authentication. 8 years ago
  erickmk 9a14f5e28a Remove several compatibility helpers for Django < 1.11. 8 years ago
  Alexander Gaevsky 5051bc06a4 Fix `ExtendedURLValidator` for locale-prefixed URLs for locales, different the current. 7 years ago
  Samir Shah e5c84703dd Rename PhoneNumberMixin.phone_numbers_fields to phone_number_fields and add to docs. 8 years ago
  Basil Dubyk 6cb796faaf Add ability to add many phone number fields 8 years ago
  Samir Shah 56b6d87724 Fix ambiguous variable 'l' in AutoSlugField tests 8 years ago
  Samir Shah 8e54e0ad50 Preserve all existing phone_number field attributes in PhoneNumberMixin. 8 years ago
  Samir Shah eea76f44c0 PEP8 cleanup, stop allowing PEP8 failures on Travis. 8 years ago
  Samir Shah e191a954d4 Switch to using Django's password validation framework in Django >=1.9 8 years ago
  Samir Shah 1a2e827916 Remove the verify_exists argument from ExtendedUrlField 8 years ago
  Samir Shah 76973acbd2 Add a OSCAR_CSV_INCLUDE_BOM setting which optionally adds a BOM to UTF-8 CSV output. 8 years ago
  Michael van Tellingen da0439c2c3 Fix test 8 years ago
  Michael van Tellingen a91e94bec9 Remove check in test_autoslugfield for migrations 8 years ago
  Alexander Gaevsky 3851321ff8 Add fallback for loading formset classes from old destination for backward compatibility, show deprecation warning, add tests. 9 years ago
  Michael van Tellingen 0ebe344a27 Merge tests.integration with tests.unit 8 years ago
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 8 years ago
  Michael van Tellingen 649e40c789 Add missing __init__ in tests.integration.core 10 years ago
  David Winterbottom 0aed77500a Rework ExtendedURLValidator and tests 13 years ago