blob: 91443c52aebfaf40e2dc75b3f385a547d87baf73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
==========================
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`).
|