2021-09-01 07:48:04 +00:00
|
|
|
==========================
|
|
|
|
Django 3.2.8 release notes
|
|
|
|
==========================
|
|
|
|
|
2021-10-05 07:07:26 +00:00
|
|
|
*October 5, 2021*
|
2021-09-01 07:48:04 +00:00
|
|
|
|
2021-10-05 07:07:26 +00:00
|
|
|
Django 3.2.8 fixes two bugs in 3.2.7.
|
2021-09-01 07:48:04 +00:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2021-09-14 01:10:38 +00:00
|
|
|
* Fixed a bug in Django 3.2 that caused incorrect links on read-only fields in
|
2021-10-05 07:07:26 +00:00
|
|
|
the admin (:ticket:`33077`).
|
2021-09-21 17:58:00 +00:00
|
|
|
|
|
|
|
* 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`).
|