Releases: nedbat/django_coverage_plugin
Releases · nedbat/django_coverage_plugin
v1.6.0
Add support for Django 2.1.
v1.5.0
Removes support for Django versions below 1.8. Validates support for Django version 1.11b1
v1.4.2
Fixes another instance of issue 32, which was the result of an initialization order problem.
v1.4
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
Settings are read slightly differently, so as to not interfere with programs that don't need settings. Fixes issue 18.
v1.3
Multiple template engines are allowed. Thanks, Simon Charette.
v1.2.2
No change in code, but Django 1.9.2 is now supported.
v1.2.1
The template debug settings are checked properly for people still using TEMPLATE_DEBUG
in newer versions of Django.
v1.2
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
Explicitly configure settings if need be to get things to work.