Skip to content

Releases: jazzband/django-nose

v1.4.7

20 Aug 02:22
v1.4.7
c48bd0e
Compare
Choose a tag to compare

v1.4.7

v1.4.6

03 Oct 21:28
v1.4.6
42eae06
Compare
Choose a tag to compare
  • Document Django 2.0 and 2.1 support, no changes needed
  • Document Python 3.7 support

v1.4.5

22 Aug 19:30
v1.4.5
Compare
Choose a tag to compare
  • Add Django 1.11 support

v1.4.4

27 Jun 13:30
v1.4.4
Compare
Choose a tag to compare
  • Add Django 1.10 support
  • Drop Django 1.4, 1.7, and Python 2.6 support
  • Drop South support

v1.4.3

28 Dec 22:49
Compare
Choose a tag to compare
  • Add Django 1.9 support
  • Support long options without equals signs, such as "--attr selected"
  • Support nose plugins using callback options
  • Support nose options without default values (@jsatt)
  • Remove Django from install dependencies, to avoid accidental upgrades
    (@jsocol, @willkg)
  • Setting REUSE_DB to an empty value now disables REUSE_DB, instead of
    enabling it (@wdoekes)

v1.4.2

07 Oct 15:22
Compare
Choose a tag to compare
  • Warn against using REUSE_DB=1 and FastFixtureTestCase in docs
  • REUSE_DB=1 uses new transaction management in Django 1.7, 1.8 (@scottsexton)
  • Try to avoid accidentally using production database with REUSE_DB=1 (@alexjg, @eroninjapan)
  • Supported Django versions limited to current supported Django version 1.4,
    1.7, and 1.8, as well as relevant Python versions.

v1.4.1

07 Oct 15:28
Compare
Choose a tag to compare

v1.4: Version 1.4

07 Oct 15:28
Compare
Choose a tag to compare