summaryrefslogtreecommitdiff
path: root/docs/releases/6.0.5.txt
blob: 7e54cbe1a4e46f2b32929f2186b907a3f13d868e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
==========================
Django 6.0.5 release notes
==========================

*Expected May 5, 2026*

Django 6.0.5 fixes 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`).