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

*October 5, 2021*

Django 3.2.8 fixes two bugs in 3.2.7.

Bugfixes
========

* Fixed a bug in Django 3.2 that caused incorrect links on read-only fields in
  the admin (:ticket:`33077`).

* Fixed a regression in Django 3.2 that caused incorrect selection of items
  across all pages when actions were placed both on the top and bottom of the
  admin change-list view (:ticket:`33083`).