Releases: jazzband/django-nose
Releases · jazzband/django-nose
v1.4.7
v1.4.6
v1.4.5
v1.4.4
v1.4.3
- 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
- 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
- Fix version number (@ezarowny)
- Fix choice options, unbreaking nose-cover (@aamirtharaj-rpx, @jwhitlock)
- Support 1.8 app loading system (@dgladkov)
- Support non-ASCII file names (@singingwolfboy)
- Better PEP8'd assertion names (@roganov)
v1.4: Version 1.4
- Django 1.8 support (@timc3, @adepue, @jwhitlock)
- Support --testrunner option (@St3lk)
- Fix REUSE_DB second run in py3k (@edrmp)