10 Commits (352119466fcb787063989f7d5ee34fc8a3e39091)

Author SHA1 Message Date
  Hertog Jan c9af48338d
Implement black and Pylint (#4126) 2 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
  Samir Shah 3f67ce9b76 Apply isort fixes on the whole project. 6 years ago
  Samir Shah 13e2ed127c Remove all uses of six. 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 eea76f44c0 PEP8 cleanup, stop allowing PEP8 failures on Travis. 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 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
  Alexander Gaevsky 8495953323 Fix UnicodeCSVWriter __enter__ method, breaking class usage as context manager, added test. 9 years ago
  Michael van Tellingen a421475b2b Simplify the test for the @python_2_unicode_compatible 10 years ago
  Maik Hoepfel e0e6fb1eeb Remove further Django 1.6 code paths 10 years ago
  Bart d42a6df69f Fix existing_user_fields ordering 11 years ago
  Maik Hoepfel 634909aa9f Remove dependency on six library 11 years ago
  Maik Hoepfel 8199da2100 Test and handle text representations of models 11 years ago
  Maik Hoepfel ad6b5d3530 Replace CsvUnicodeWriter with Python 3 compatible UnicodeCSVWriter 11 years ago