20 Commits (e60bb4e99b5963f7e0d7e60c4e0e89204d6346d1)

Author SHA1 Message Date
  Samir Shah 762aace429 Add tests specifically for NullCharField. 8 years ago
  Samir Shah e67b2deb4b Remove MiddlewareMixin from BasketMiddleware. 8 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. 8 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 9 years ago
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 9 years ago
  Michael van Tellingen 649e40c789 Add missing __init__ in tests.integration.core 11 years ago
  David Winterbottom 0aed77500a Rework ExtendedURLValidator and tests 13 years ago