10 次代码提交 (master)

作者 SHA1 备注 提交日期
  Hertog Jan c9af48338d
Implement black and Pylint (#4126) 2 年前
  Samir Shah 9766eb07d4 Update isort configuration, and fix imports that are not at the top of modules. 5 年前
  Samir Shah 13e2ed127c Remove all uses of six. 7 年前
  Samir Shah 8560a90490 Replace calls to super(ClassName, self) with super(). 7 年前
  Samir Shah e2bed3fd95 Remove u prefix from all Python strings. 7 年前
  erickmk 9a14f5e28a Remove several compatibility helpers for Django < 1.11. 7 年前
  Samir Shah 56b6d87724 Fix ambiguous variable 'l' in AutoSlugField tests 8 年前
  Michael van Tellingen da0439c2c3 Fix test 8 年前
  Michael van Tellingen a91e94bec9 Remove check in test_autoslugfield for migrations 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 年前
  Michael van Tellingen aafcc8a901
flake8 8 年前
  Alexander Gaevsky 051c9770eb Add setting to allow SlugField and AutoSlugField accept unicode and automatically generate unicode-containing slugs. 9 年前
  Maik Hoepfel 252ec83289 Drop South usage and references 10 年前
  Michael van Tellingen e281b61254 Fix AutoSlugFieldTest.test_17_migration test 11 年前
  Maik Hoepfel f1c1da93ff Minor test suite fixes for Python 3 compatibility 11 年前
  Vladimir Bolshakov b5432c6f78 Added uppercase option to AutoSlugField. 11 年前
  Maik Hoepfel 379d825bbe Add tests for AutoSlugField 11 年前