Skip to content

3.5.0

Compare
Choose a tag to compare
@blueyed blueyed released this 03 Jun 14:22
7553d4b

Features
^^^^^^^^

  • Run tests in the same order as Django (#223)

  • Use verbosity=0 with disabled migrations (#729, #730)

Bugfixes
^^^^^^^^

  • django_db_setup: warn instead of crash with teardown errors (#726)

Misc
^^^^

  • tests: fix test_sqlite_database_renamed (#739, #741)

  • tests/conftest.py: move import of db_helpers (#737)

  • Cleanup/improve coverage, mainly with tests (#706)

  • Slightly revisit unittest handling (#740)