Skip to content

Tags: mbatle/django-jenkins

Tags

0.19.0

Toggle 0.19.0's commit message
Update changelog

0.18.0

Toggle 0.18.0's commit message
Update reqs

0.16.3

Toggle 0.16.3's commit message
2014-08-15

~~~~~~~~~~

* Python 2.6 compatibility returned
* Added `--projects-apps-tests` options to limit tests discovery by `PROJECT_APPS` setting value
* Fix coverage for apps with separate models packages under django 1.6
* Fix missing pep8 excludes option from pep8 config

0.16.1

Toggle 0.16.1's commit message
Update runner.py

0.16.0

Toggle 0.16.0's commit message
2014-07-15

~~~~~~~~~~~

* Django 1.7 compatibility
* Support for all standard django test runner options
* Migrations now our friends and checked by all linters, `south_migrations` are ignored
* ``django_jenkins.tasks.with_coverage`` depricated, use command line option instead `./manage.py jenkins --enable-coverage`
* ``django_jenkins.tasks.run_graphmodels`` removed
* ``django_jenkins.tasks.with_local_celery`` removed
* Ability to run linters (pep8/pyflakes/pylint/csslint/jshint) from command line without tests removed (feel free to PR it back, if you need them)

0.15.0

Toggle 0.15.0's commit message
pep8 fixes

0.14.1

Toggle 0.14.1's commit message
Bump versions

0.14.0

Toggle 0.14.0's commit message
Fix readme

0.13.0

Toggle 0.13.0's commit message
Change git installation instructions

0.12.1

Toggle 0.12.1's commit message
Include missing csslint node runner