diff options
| author | Fashad Ahmed <fashad.ahmed20@gmail.com> | 2026-04-28 22:38:36 +0200 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-04-29 13:47:49 -0400 |
| commit | 60a9c70496e5d7b971928ce3da5b47c8836a4def (patch) | |
| tree | e71929c9bb10385c026625b4adbae8f5a23dea12 /docs | |
| parent | 61941b6fc172933f425e8ba76bab444ab9b313e4 (diff) | |
Fixed #37067 -- Added trailing slash in django_file_prefixes().
Ensure skip_file_prefixes does not match sibling packages like django*.
Bug in f42b89f1bf49a5b89ed852b60f79342320a81c5e
and 34bd3ed944bf38792c631b55e581963d44d52284.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.5.txt | 3 |
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`). |
