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 35d262f commit 0c842c2Copy full SHA for 0c842c2
README.rst
@@ -91,10 +91,8 @@ extensions if you like::
91
[django_coverage_plugin]
92
template_extensions = html, txt, tex, email
93
94
-To exclude specific individual lines in a template, use the usual
95
-``# pragma: no cover`` notation inline. Template tags can also be excluded using regexes to
96
-match the block content; for example, to exclude a custom template tag
97
-``{% my_tag ... %}``, use::
+Block tags can be excluded using regexes to match the block content;
+for example, to exclude a custom template tag ``{% my_tag ... %}``, use::
98
99
[run]
100
plugins = django_coverage_plugin
0 commit comments