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

*January 6, 2026*

Django 5.2.10 fixes a data loss bug introduced in Django 5.2 and one bug
related to support for Python 3.14.

## Perbaikan kesalahan

- Fixed a bug in Django 5.2 where data exceeding `max_length` was silently
  truncated by [`QuerySet.bulk_create()`](/id/6.0/ref/models/querysets/#django.db.models.query.QuerySet.bulk_create) on PostgreSQL ([#33647](https://code.djangoproject.com/ticket/33647)).
- Fixed a bug where management command colorized help (introduced in
  Python 3.14) ignored the [`--no-color`](/id/6.0/ref/django-admin/#cmdoption-no-color) option and the
  [`DJANGO_COLORS`](/id/6.0/ref/django-admin/#envvar-DJANGO_COLORS) setting ([#36376](https://code.djangoproject.com/ticket/36376)).
