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_lengthwas silently truncated byQuerySet.bulk_create()on PostgreSQL (#33647).Fixed a bug where management command colorized help (introduced in Python 3.14) ignored the
--no-coloroption and theDJANGO_COLORSsetting (#36376).