---
title: "Django 5.2.10 release notes"
version: dev
locale: en
source: https://docs.djangoproject.com/en/dev/releases/5.2.10/
canonical: https://djangodocs.dev/en/dev/releases/5.2.10/
---
# Django 5.2.10 release notes

*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.

## Bugfixes

- Fixed a bug in Django 5.2 where data exceeding `max_length` was silently
  truncated by [`QuerySet.bulk_create()`](/en/dev/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`](/en/dev/ref/django-admin/#cmdoption-no-color) option and the
  [`DJANGO_COLORS`](/en/dev/ref/django-admin/#envvar-DJANGO_COLORS) setting ([#36376](https://code.djangoproject.com/ticket/36376)).
