---
title: "Catatan terbitan Django 3.2.9"
version: 6.0
locale: id
source: https://docs.djangoproject.com/id/6.0/releases/3.2.9/
canonical: https://djangodocs.dev/id/6.0/releases/3.2.9/
---
# Catatan terbitan Django 3.2.9

*November 1, 2021*

Django 3.2.9 fixes a bug in 3.2.8 and adds compatibility with Python 3.10.

## Perbaikan kesalahan

- Fixed a bug in Django 3.2 that caused a migration crash on SQLite when
  altering a field with a functional index ([#33194](https://code.djangoproject.com/ticket/33194)).
