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 6622791 commit 3e682cfCopy full SHA for 3e682cf
HISTORY.rst
@@ -7,10 +7,14 @@ Unreleased
7
8
Drop support for Python 3.4 and 3.5.
9
10
-Fixed an issue on Windows where file names were being compared
+Fix an issue on Windows where file names were being compared
11
case-sensitively, causing templates to be missed (`issue 46`_).
12
13
+Fix an issue (`issue 63`_) where tag libraries can't be found if imported
14
+during test collection. Thanks to Daniel Izquierdo for the fix.
15
+
16
.. _issue 46: https://github.com/nedbat/django_coverage_plugin/issues/46
17
+.. _issue 63: https://github.com/nedbat/django_coverage_plugin/issues/63
18
19
v1.8.0 --- 2020-01-23
20
---------------------
0 commit comments