---
title: "Django 3.2.8 リリースノート"
version: 6.0
locale: ja
source: https://docs.djangoproject.com/ja/6.0/releases/3.2.8/
canonical: https://djangodocs.dev/ja/6.0/releases/3.2.8/
---
# Django 3.2.8 リリースノート

*October 5, 2021*

Django 3.2.8 fixes two bugs in 3.2.7.

## バグ修正

- Fixed a bug in Django 3.2 that caused incorrect links on read-only fields in
  the admin ([#33077](https://code.djangoproject.com/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 ([#33083](https://code.djangoproject.com/ticket/33083)).
