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.