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.
11
11
| |kit| |downloads|
12
12
13
13
Supported Python versions are 2.7, 3.4, 3.5 and 3.6.
14
+
14
15
Supported Django versions are 1.4 through 1.10.
16
+
15
17
Supported coverage.py versions are 4.0 and higher.
16
18
17
19
@@ -66,7 +68,7 @@ Django 1.10.5 is now supported.
66
68
Checking settings configuration is deferred so that settings.py is included
67
69
in coverage reporting. Fixes `issue 28 `_.
68
70
69
- Only the django.template.backends.django.DjangoTemplates template engine is
71
+ Only the `` django.template.backends.django.DjangoTemplates `` template engine is
70
72
supported, and it must be configured with ``['OPTIONS']['debug'] = True ``. Fixes
71
73
`issue 27 `_.
72
74
You can’t perform that action at this time.
0 commit comments