Skip to content

Releases: nedbat/django_coverage_plugin

v1.6.0

07 Sep 15:35
0072737
Compare
Choose a tag to compare

Add support for Django 2.1.

v1.5.0

18 Jun 15:19
Compare
Choose a tag to compare

Removes support for Django versions below 1.8. Validates support for Django version 1.11b1

v1.4.2

18 Jun 15:19
Compare
Choose a tag to compare

Fixes another instance of issue 32, which was the result of an initialization order problem.

v1.4

18 Jun 15:19
Compare
Choose a tag to compare

Django 1.10.5 is now supported.

Checking settings configuration is deferred so that settings.py is included in coverage reporting. Fixes issue 28.

Only the django.template.backends.django.DjangoTemplates template engine is supported, and it must be configured with ['OPTIONS']['debug'] = True. Fixes issue 27.

v1.3.1

18 Jun 15:19
Compare
Choose a tag to compare

Settings are read slightly differently, so as to not interfere with programs that don't need settings. Fixes issue 18.

v1.3

18 Jun 15:19
Compare
Choose a tag to compare

Multiple template engines are allowed. Thanks, Simon Charette.

v1.2.2

18 Jun 15:19
Compare
Choose a tag to compare

No change in code, but Django 1.9.2 is now supported.

v1.2.1

18 Jun 15:19
Compare
Choose a tag to compare

The template debug settings are checked properly for people still using TEMPLATE_DEBUG in newer versions of Django.

v1.2

18 Jun 15:19
Compare
Choose a tag to compare

Check if template debugging is enabled in the settings, and raise a visible warning if not. This prevents mysterious failures of the plugin, and fixes issue 17.

Potential Django 1.9 support is included, but the patch to Django hasn't been applied yet.

v1.1

18 Jun 15:19
Compare
Choose a tag to compare

Explicitly configure settings if need be to get things to work.