blob: 1e7e1b2c3b9b49fd71ca0c0e1d845af137137ac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
==========================
Django 6.0.5 release notes
==========================
*May 5, 2026*
Django 6.0.5 fixes three security issues with severity "low" and several bugs
in 6.0.4.
Bugfixes
========
* Fixed a misplaced ``</div>`` in the
``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`).
|