summaryrefslogtreecommitdiff
path: root/docs/releases/6.0.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/6.0.5.txt')
-rw-r--r--docs/releases/6.0.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/6.0.5.txt b/docs/releases/6.0.5.txt
index 91443c52ae..1e7e1b2c3b 100644
--- a/docs/releases/6.0.5.txt
+++ b/docs/releases/6.0.5.txt
@@ -14,3 +14,6 @@ Bugfixes
``django/contrib/admin/templates/admin/change_list.html`` template added in
Django 6.0 that could be problematic when overriding the ``pagination`` block
(:ticket:`37029`).
+
+* Fixed a bug in Django 6.0 where deprecation warnings incorrectly skipped
+ lines from third-party packages prefixed with "django" (:ticket:`37067`).