1
0
mirror of https://github.com/django/django.git synced 2025-02-04 06:30:02 +00:00
django/docs/releases/3.2.8.txt
Carlton Gibson b0ed619303
Fixed #33083 -- Fixed selecting all items in the admin changelist when actions are both top and bottom.
Thanks Benjamin Locher for the report.

Regression in 30e59705fc3e3e9e8370b965af794ad6173bf92b.
2021-09-21 19:58:00 +02:00

18 lines
477 B
Plaintext

==========================
Django 3.2.8 release notes
==========================
*Expected October 5, 2021*
Django 3.2.8 fixes several bugs in 3.2.7.
Bugfixes
========
* Fixed a bug in Django 3.2 that caused incorrect links on read-only fields in
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`).