9 次程式碼提交 (53dd1dd48b51a352b4ec9c4d4dc3b34e4ff2eb95)

作者 SHA1 備註 提交日期
  Samir Shah 52480d98d1 Remove UnicodeCSVReader and a few other Python 2 compatibility shims. 5 年之前
  Samir Shah 93e7e66c2b Add support for Django 3, drop support for Django 1.11 5 年之前
  Samir Shah 3f67ce9b76 Apply isort fixes on the whole project. 6 年之前
  Samir Shah 13e2ed127c Remove all uses of six. 7 年之前
  Samir Shah ec3791c371 Remove py2-specific imports, tests and code branches. 7 年之前
  Samir Shah e2bed3fd95 Remove u prefix from all Python strings. 7 年之前
  Samir Shah eea76f44c0 PEP8 cleanup, stop allowing PEP8 failures on Travis. 8 年之前
  Samir Shah 76973acbd2 Add a OSCAR_CSV_INCLUDE_BOM setting which optionally adds a BOM to UTF-8 CSV output. 8 年之前
  Michael van Tellingen 0ebe344a27 Merge tests.integration with tests.unit 8 年之前
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 8 年之前
  Alexander Gaevsky 8495953323 Fix UnicodeCSVWriter __enter__ method, breaking class usage as context manager, added test. 9 年之前
  Michael van Tellingen a421475b2b Simplify the test for the @python_2_unicode_compatible 10 年之前
  Maik Hoepfel e0e6fb1eeb Remove further Django 1.6 code paths 10 年之前
  Bart d42a6df69f Fix existing_user_fields ordering 11 年之前
  Maik Hoepfel 634909aa9f Remove dependency on six library 11 年之前
  Maik Hoepfel 8199da2100 Test and handle text representations of models 11 年之前
  Maik Hoepfel ad6b5d3530 Replace CsvUnicodeWriter with Python 3 compatible UnicodeCSVWriter 11 年之前