Skip to content

v1.4

Choose a tag to compare

@nedbat nedbat released this 18 Jun 15:19
· 155 commits to main since this release

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.