Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jazzband/django-nose

Tags

v1.4.7

Toggle v1.4.7's commit message

Verified

This tag was signed with the committer’s verified signature.
jwhitlock John Whitlock
v1.4.7

* Document Django 2.2 support, no changes needed
* Move project to Jazzband.co
* Fix fixture loading on MySQL (issue 307)

v1.4.6

Toggle v1.4.6's commit message

Verified

This tag was signed with the committer’s verified signature.
jwhitlock John Whitlock
v1.4.6

* Document Django 2.0 and 2.1 support, no changes needed
* Document Python 3.7 support

v1.4.5

Toggle v1.4.5's commit message

Verified

This tag was signed with the committer’s verified signature.
jwhitlock John Whitlock
v1.4.5

* Add Django 1.11 support

v1.4.4

Toggle v1.4.4's commit message

Verified

This tag was signed with the committer’s verified signature.
jwhitlock John Whitlock
v1.4.4

* Add Django 1.10 support
* Drop Django 1.4, 1.7, and Python 2.6 support
* Drop South support

v1.4.3

Toggle v1.4.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
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

Toggle v1.4.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
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

Toggle v1.4.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
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

Toggle v1.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 1.4

- Django 1.8 support (timc3, adepue, jwhitlock)
- Support --testrunner option (st3lk)
- Fix REUSE_DB second run in py3k (edrmp)

v1.3

Toggle v1.3's commit message
Version 1.3

1.2

Toggle 1.2's commit message
release 1.2 with python 3 support