We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb36ec4 commit 3e2c562Copy full SHA for 3e2c562
README.rst
@@ -70,8 +70,6 @@ v1.4.2 --- 2017-02-06
70
71
Fixes another instance of `issue 32`_, which was the result of an initialization order problem.
72
73
-.. _issue 32: https://github.com/nedbat/django_coverage_plugin/issues/32
74
-
75
76
v1.4.1 --- 2017-01-25
77
---------------------
tests/plugin_test.py
@@ -51,7 +51,6 @@ def test_settings():
51
# for {% ssi %}
52
the_settings['TEMPLATES'][0]['OPTIONS']['allowed_include_roots'] = ['/']
53
54
55
return the_settings
56
57
0 commit comments