File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ A `coverage.py`_ plugin to measure the coverage of Django templates.
1111| |kit| |downloads|
1212
1313Supported Python versions are 2.7, 3.4, 3.5 and 3.6.
14+
1415Supported Django versions are 1.4 through 1.10.
16+
1517Supported coverage.py versions are 4.0 and higher.
1618
1719
@@ -66,7 +68,7 @@ Django 1.10.5 is now supported.
6668Checking settings configuration is deferred so that settings.py is included
6769in coverage reporting. Fixes `issue 28 `_.
6870
69- Only the django.template.backends.django.DjangoTemplates template engine is
71+ Only the `` django.template.backends.django.DjangoTemplates `` template engine is
7072supported, and it must be configured with ``['OPTIONS']['debug'] = True ``. Fixes
7173`issue 27 `_.
7274
You can’t perform that action at this time.
0 commit comments