summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-04-30 19:43:50 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-04-30 19:45:18 -0400
commit991d2a3de5c59496398aaf4daed40583053392ea (patch)
tree9d8f427a70906315dfc274e50fe496aa08e3974f /CHANGES.rst
parent78fa3d9db04889c1e4af445fa62b10502b063486 (diff)
downloadpython-coveragepy-git-nedbat/bug1150.tar.gz
fix: don't warn that dynamic plugins already imported their source files. #1150nedbat/bug1150
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8e9963bb..3ce17d0f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,7 +24,12 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
Unreleased
----------
-- Nothing yet.
+- Plugins (like the `Django coverage plugin`_) were generating "Already
+ imported a file that will be measured" warnings about Django itself. These
+ have been fixed, closing `issue 1150`_.
+
+.. _Django coverage plugin: https://pypi.org/project/django-coverage-plugin/
+.. _issue 1150: https://github.com/nedbat/coveragepy/issues/1150
.. _changes_56b1: