django/docs/releases/3.2.8.txt
Carlton Gibson 6a852b937c [4.0.x] Added release date for 3.2.7.
Backport of c5776bfca9 from main
2021-10-05 09:08:29 +02:00

17 lines
468 B
Text

==========================
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`).